Thread
:
hide & unhide toggle button
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ben McClave
external usenet poster
Posts: 173
hide & unhide toggle button
Hello,
I'd try just one small change to the line below:
Range("B" & myRow & ":" & myAdr).EntireColumn.Hidden = Not Columns("B").Hidden
Reply With Quote
Ben McClave
View Public Profile
Find all posts by Ben McClave