Thread: command buttons
View Single Post
 
Old 12-03-2005, 06:26 AM
ronf ronf is offline
Novice
 
Join Date: Dec 2005
Posts: 2
ronf
Default command buttons

Hi

I have a series of command buttons on a worksheet (not on a user form); I would like to address blocks of these CBs at different times to make them visible/invisible.

I can change their name to something like "cbtn1", "cbtn2", etc. I've tried putting these in a for ..next loop and indexing the 1, 2, but this does not work. This loop was within a "with...end with" group.

Any help would be appreciated

Ron
Reply With Quote