Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Hi dr,
You could schedule to open a workbook and use the Workbook_Open event to run code that updates a Pivot Table and then saves the workbook to a new file. This is not tested, but something like; Private Sub Workbook_Open() Dim SNewName As String Worksheets(1).PivotTables(1).RefreshTable SNewName = "MyBook ver " & Now() ThisWorkbook.Close savechanges:=True, Filename:=SNewName End Sub Save in the code pane for the ThisWorkbook object. Ed Ferrero http://edferrero.m6.net/ I have a Pivot Table that I would like to run as a scheduled task. After the report runs, I would like to save the file as a different name. Is this possible with Excel and scheduled tasks?? Any help regarding this would be greatly appreciated... Thanks in advance, dr |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Data In Pivot Table | New Users to Excel | |||
Pivot Table - Multiple consolidation Range | Excel Worksheet Functions | |||
Pivot table, dynamic data formula | Excel Discussion (Misc queries) | |||
Pivot Table Problems | Excel Discussion (Misc queries) | |||
Pivot table : Excel cannot complete this task with available resou | Excel Worksheet Functions |