J
Jenn
I need to have a macro run based on a cell value. I have a "data
validation" drop down box. (Not a form dropdown box.)
If drop down box is equal to NEW STORE PROJECT then run macro.
Here is the macro...
Sub Unhide_Column()
'
' Unhide_Column Macro
'
'
Columns("A:C").Select
Selection.EntireColumn.Hidden = False
Range("B13").Select
End Sub
....Would I put an "if" formula there...or ...Hummm. I'm at a lost with
this one. Any guru's able to help?
Thanks in advance! Have a great day!
validation" drop down box. (Not a form dropdown box.)
If drop down box is equal to NEW STORE PROJECT then run macro.
Here is the macro...
Sub Unhide_Column()
'
' Unhide_Column Macro
'
'
Columns("A:C").Select
Selection.EntireColumn.Hidden = False
Range("B13").Select
End Sub
....Would I put an "if" formula there...or ...Hummm. I'm at a lost with
this one. Any guru's able to help?
Thanks in advance! Have a great day!