Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need some Excel 2003 macro help, please.
I have a workbook with two worksheets. The first is a roster of names and information. The second is an empty template that will use V-Lookup to retrieve information from the roster based on user inputs. I want to hide the template worksheet and create a button for the roster worksheet that has a macro attached to it. The macro needs to copy the hidden template worksheet and insert it at the end of the workbook. A user might choose to make one copy, or many. I would also like the macro to include a pop-up box in the middle of the routine where the user could enter a Tab name, and then continue on with inserting the newly titled worksheet. I am unsure of how to invoke the copying of the template worksheet, or if it is even possible to copy it while it's hidden. The users are not Excel savvy people. We don't want them to see the original. From the user's perspective, we want it to be a one-click event to create a new worksheet, with a simple pop-up to name the tab. From there, they know how to fill out the template. Can anyone give me an idea where to start with the code for invoking a copy of a worksheet, or if it's possible to invoke it while it's hidden? I hope this makes sense! Thank you in advance, Susan -- Susan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy hidden worksheet | Excel Programming | |||
Copy Worksheet and Exclude Hidden fields | Excel Worksheet Functions | |||
How do I copy a worksheet so that hidden columns remain secret? | Excel Discussion (Misc queries) | |||
How do I NOT copy hidden rows to a new worksheet? | Excel Discussion (Misc queries) | |||
How? Macro to copy range to new worksheet, name new worksheet, loop | Excel Programming |