Thread
:
Toggle Columns
View Single Post
#
1
Posted to microsoft.public.excel.programming
GregR
external usenet poster
Posts: 246
Toggle Columns
What is wrong with this code for toggling columns. TIA
Sub ToggleHideCols2()
Columns("D:D", "J:J", "L:M", "P:U", "X:AH").Hidden = Not Columns
_("D:D", "J:J", "L:M", "P:U", "X:AH").Hidden
End Sub
Greg
Reply With Quote
GregR
View Public Profile
Find all posts by GregR