how to disable form buttons using macro?

B

Bob Phillips

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)
 
Top