Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub hahaMacro()
If LCase(ActiveSheet.Range("A5").Value) = "fixed" Then Rows("5:13").Select Selection.EntireRow.Hidden = True End If End Sub "hshayhorn" wrote: I would like help writing some code that would run the code below if the value of cell a5 is the word "Fixed". Rows("5:13").Select Selection.EntireRow.Hidden = True |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
If statement or lookup statement not sure | Excel Worksheet Functions | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions |