How to display add'l rows based on dropdown
Closed
alyssa
-
May 5, 2010 at 01:01 AM
rizvisa1
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
1 reply
rizvisa1
May 5, 2010 at 05:50 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
May 5, 2010 at 05:50 AM
Most probably you have to define this routine
Private Sub Worksheet_Change(ByVal Target As Range)
End Sub
This routine has to be defined in the sheet where you want this to occur. So go to VBE by pressing ALT + F11 and there double click on the sheet where you had defined this dropdown
Private Sub Worksheet_Change(ByVal Target As Range)
End Sub
This routine has to be defined in the sheet where you want this to occur. So go to VBE by pressing ALT + F11 and there double click on the sheet where you had defined this dropdown