Why it is the seemingly simple tasks can give us the most trouble? I want to run a simple bit of code to hide columns E:M like so...
Columns("E:M").Select
Range("E3").Activate
Selection.EntireColumn.Hidden = True
HOWEVER, when I run the above macro, it hides all columns A:M... does anyone have a clue why this may be happening? The above is the only code in the macro currently.
Thanks!
aklewe
*happy excel geek*
Columns("E:M").Select
Range("E3").Activate
Selection.EntireColumn.Hidden = True
HOWEVER, when I run the above macro, it hides all columns A:M... does anyone have a clue why this may be happening? The above is the only code in the macro currently.
Thanks!
aklewe
*happy excel geek*