View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
Mstr G Mstr G is offline
external usenet poster
 
Posts: 2
Default A Print Button macro that is based on Checkbox macros

I created an Excel spreadsheet (Windows XP) which contains a macro
Print Button from the forms toolbar that prints a hidden worksheet.
However, I was wondering if it's possible to incorporate checkbox
macros in the active window that will dictate which range of cells to
be printed when the Print Button macro pressed. This will allow the
user to print various sections (range of cells) of the hidden
worksheet depending on which checkbox is checked.

Thank you,

Mstr G.