Hello everyone
I need a code that enables me to create checkboxes on userform automatically ..
The number of the checkboxes will be Sheets.Count - 1
I mean to rename the created checkboxes with sheets' names except for activesheet
For example: I have four sheets (Main - Report - Data -Result) .. If the Main sheet is the activesheet
In userform intialize I need to create three checkboxes with the caption of each sheet of the other three (Report - Data -Result)
Also I need to create a command button automatically ...
Thanks advanced for help
Bookmarks