|
-
Oct 25th, 2006, 01:59 PM
#1
Thread Starter
Addicted Member
Create new worksheet from template file in Excel
I am trying to figure out how to do the following:
In an existing workbook, double click a specific cell which will load a specific template file into a new worksheet and name the new tab the same as the text that was in the cell I double clicked.
Any help is appriciated.
Thank you,
Garrett
Last edited by Garrett; Oct 25th, 2006 at 02:34 PM.
-
Oct 26th, 2006, 03:06 AM
#2
Re: Create new worksheet from template file in Excel
You'd need to capture the double click event on the cell.
Verify that the cell has a name.
Verify that the sheet name doesn't already exist.
Open the template.
Copy the sheet (renaming as you go).
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Oct 26th, 2006, 09:15 AM
#3
Thread Starter
Addicted Member
Re: Create new worksheet from template file in Excel
Thanks Ecniv.
Does anyone have any examples or a site that I can learn from? I'm new to VB in excel.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|