Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Simple question, but I cannot find the answer.
I want to run code ONLY when I open up a new workbook from the template workbook. Once the new workbook has opened it will set certain values which will then be stored when the workbook is saved as an xls file. When another workbook is opened using that same template then the code will run and fill in values again in the new workbook. However if the xls file is opened the values that were stored in the workbook remian and are not updated by the code. I have tried the following but it does not seem to work. (The message is a simple way of showing me that the code ran, and since the message does not come up then the code did not run.) Private Sub App_NewWorkbook(ByVal Wb As Workbook) response = MsgBox("Opening new workbook", vbOKOnly) Range("data1").Value = Date End Sub Thanks DavidC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy an image (or picture) from one workbook to a new sheetin another workbook | Excel Worksheet Functions | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
Copy a range of cells in an unopened workbook and paste it to the current workbook | Excel Programming | |||
Open a password protected excel workbook from second workbook to fetch data using dynamic connection | Excel Programming | |||
What commands do you use to name a workbook, save a workbook,open a workbook | Excel Programming |