How to display add'l rows based on dropdown
Closed
alyssa
-
May 5, 2010 at 01:01 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 5, 2010 at 05:50 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 5, 2010 at 05:50 AM
Related:
- How to display add'l rows based on dropdown
- Computer turns on but no display - Guide
- Huawei display check code - Guide
- To display a text file in reverse order what command should be used - Guide
- Instagram account based in wrong country - Instagram Forum
- Based on the values in cells b77 b88 - Excel Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
May 5, 2010 at 05:50 AM
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