A
Alam, Shamshad
Hi Team,
I have a problems running with Macro.
I have created macro using module( module1.bas) added to the Excel visual
Basic Editor to access the mailboxes of Exchange Servers from the extracted
notepad file.
The macro file was created in Excel 2007 but it does not work with Excel 2003.
Macro commands work as to create Piovot table using mailboxes based on
servers.
When I run the Macro file in Excel 2003, it gives an error as Run time error
"438"
When I debug the program it catches the errors on this below line coded-
ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:=
_"Sheet1!R1C1:R28448C7", Version:=xlPivotTableVersion10).CreatePivotTable _
TableDestination:="Sheet3!R3C1", TableName:="PivotTable1", DefaultVersion _
:=xlPivotTableVersion10
Please help me to resolve this issue using Excel 2003.
Thanks in Advance!
Shamshad
HCL
I have a problems running with Macro.
I have created macro using module( module1.bas) added to the Excel visual
Basic Editor to access the mailboxes of Exchange Servers from the extracted
notepad file.
The macro file was created in Excel 2007 but it does not work with Excel 2003.
Macro commands work as to create Piovot table using mailboxes based on
servers.
When I run the Macro file in Excel 2003, it gives an error as Run time error
"438"
When I debug the program it catches the errors on this below line coded-
ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:=
_"Sheet1!R1C1:R28448C7", Version:=xlPivotTableVersion10).CreatePivotTable _
TableDestination:="Sheet3!R3C1", TableName:="PivotTable1", DefaultVersion _
:=xlPivotTableVersion10
Please help me to resolve this issue using Excel 2003.
Thanks in Advance!
Shamshad
HCL