Hi Joe,
I tried to put something similiar into the Workbook_Open() handler but
there seems to be a problem since that is called without all the sheets
being loaded. Is there a way I can wait until all the sheets are
loaded in there and then disable my buttons?
Put your code in a normal module (insert, module) and use ontime to
invoke the macro from Workbook_Open:
Private Sub Workbook_Open()
Application.Ontime Now, "YourButtonHidingSub"
End Sub
Regards,
Jan Karel Pieterse
Excel MVP
www.jkp-ads.com