View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Tom Ogilvy
 
Posts: n/a
Default Macro to tick checkbox automatically

Just add code in the macro assigned to the button

Activesheet.CheckBox1.Value = true

--
Regards,
Tom Ogilvy


"PaulJ" wrote in message
...
Hi,
I have a spreadsheet with a macro assigned to a button, with a checkbox
(from the control toolbar) next to this button for the user to manually

tick
when they have run the macro. Is there a way for the checkbox to be

ticked
automatically when the button is clicked?
Thanks!