View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Steven Taylor[_2_] Steven Taylor[_2_] is offline
external usenet poster
 
Posts: 2
Default Pivot Table Connection

It is definately an external data pivot table because when
I type:

?ActiveCell.PivotTable.PivotCache.Connection

in the debug window, VB returns the current connection.

-----Original Message-----
Steven

You will get that error if the PivotTable which contains

the activecell is
not an External Data pivot table. You may get that error

under other
circumstances, but that was the only way that I could

reproduce it.

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

"Steven Taylor"

wrote in message
...
I am trying to change the data source of my pivot table.
The code that I normally use is:

ActiveCell.PivotTable.PivotCache.Connection
= "ODBC;DSN=GENERAL LEDGER;"

However I keep getting the follwoing message:

Run-time error '1004':
Application-defined or object-defined error

Does anybody have any suggestions as to my this might be
happening? TIA.

Steven



.