View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default how to disable form buttons using macro?

You could hide it

activesheet.shapes("Button 1").visible=false

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"shirley " wrote in message
...
what is the syntax to disable a button during startup?


---
Message posted from http://www.ExcelForum.com/