Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a template with commands in Open event that enter today's date in 1
cell and a sequential invoice number (from a text file) in another cell. I need a way to have just the values in these cells once the workbook is saved, sort of like Paste Special does. Otherwise, when the regular *xls file is opened the next time it updates the date and uses the next sequential number. I really need the worksheet to be static with the date it was created and invoice number it was given instead of updating through the Open event. I can't use the Paste special because there aren't formuals in the cells. I can't turn off all macros in the saved *.xls file because there are some user interface pieces that still need to work. I thought of copying entire sheet to a new workbook to be saved. The problem there is a 2nd worksheet in the workbook contains links (some using macros) to the invoice worksheet- things such as shipping charges, taxes, discounts, etc. If the user saves the invoice but still then needs to make a correction, the links wouldn't work if I turn off all macros. Any ideas? Thanks, Marcia |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
save a worksheet as template in excel 2007 | Excel Discussion (Misc queries) | |||
Using Outline commands in a protected worksheet | Excel Discussion (Misc queries) | |||
When you hit Save on a template, how can you save as worksheet? | Excel Worksheet Functions | |||
save and save as commands not accessible | Setting up and Configuration of Excel | |||
want to create a template and update in seperate worksheet | New Users to Excel |