View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default inserting check boxes from a macro

Turn on the macro recorder and place a checkbox on the worksheet. Turn off
the macro recorder. That will give you the code for placing a checkbox on
the worksheet. You can add that to the code for your control button with
appropriate modifications.

--
Regards,
Tom Ogilvy

"morry " wrote in message
...
I need to mark certain random rows on my spreadsheet to show that they
are important and that they need to look at another page to get more
information about it.

Is there a way to insert a check box onto an excel spreadsheet by using
code in my macro. What I want to happen is when they click on a
control button a check box will appear in a column in the row that is
important.

Is this possible?

Thank you
Morry


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