I want to disable 30 commandbuttons on a sheet. At the moment I'm using the following code which works, but I'm sure there must be a better way.
Sheet7.CommandButton1.Enabled = False
Sheet7.CommandButton2.Enabled = False
(repeated to comandbutton30)
Any help appreciated (If you could also walk me through the code as to what its doing that would be great for my learning!)
Cheers
Peter (slogging through my first VBA project)
Bookmarks