Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That worked great.
Many thanks gentlemen for your help. Pat "Bob Phillips" wrote in message ... Maybe Worksheets("PrintLabels").Export.Enabled = True 'command button Worksheets("PrintLabels").CloseExcelExport.Enabled = False -- HTH RP (remove nothere from the email address if mailing direct) "Pat" wrote in message ... Private Sub PLabels_Click() Sheets("PrintLabels").Select ActiveSheet.Calculate 'event procedure CloseExcelHLS ' command button PrintLabels.Export.Enabled = True 'command button PrintLabels.CloseExcelExport.Enabled = False End Sub The above is triggered from another sheet called PList. CloseExcelHLS is an event and once it completes running the code stops at: PrintLabels.Export.Enabled = True Anyone got a solution for this? Thank you if you can be of help. Pat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW TO DO ENABLE ENABLE THE QUERY PARAMETER BUTTON? | Excel Worksheet Functions | |||
CommandButton | Excel Programming | |||
CommandButton | Excel Programming | |||
Commandbutton | Excel Programming | |||
Disabling the enable/disable dialog box with Digital Signature | Excel Programming |