Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All........
I have the following code which works fine, but has the Filename hardcoded therein, and whenever I change the filename, the macro quits working. How might the code be changed to accomodate the Activefilename whatever it might be? ActiveSheet.PivotTableWizard SourceType:=xlDatabase, SourceData:= _ "Labor!R9C3:R173C22", TableDestination:="[BigOneReport1j.xls]Pivots!R18C1", _ TableName:="PivotTable1" TIA Vaya con Dios, Chuck, CABGx3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use Find without hardcoded value but a value from a cell | Excel Worksheet Functions | |||
I need to change hardcoded background color | Excel Worksheet Functions | |||
VBA Code To find Hardcoded Values in Formula | Excel Programming | |||
change linked cells to black, hardcoded to blue | Excel Programming | |||
DSUM with Criteria containing non-hardcoded values? | Excel Worksheet Functions |