Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Greg. I had tried the macro recorder early on. For some reason it
did not return the code. I did find this code in VBA help by searching on connection. And it works!!! Thanks for all your assistance!!! With ActiveWorkbook.PivotCaches(i) .Connection = _ "ODBC;DSN=XXX;UID=XXX;PWD=XXX;DBQ=XXX;ASY=OFF; " .Refresh End With "GregR" wrote: Cinque, what I did, was turn on the macro recorder and then manually go through all the steps you normally do to connect. This should produce a connection string with all your defaults, except the PW. You can then modify the connection string with your password. HTH Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complicated ODBC data refresh question. | Excel Discussion (Misc queries) | |||
Create refresh button in worksheet to refresh Pivot Table Data | Excel Worksheet Functions | |||
Refresh spreadsheet from database through ODBC | Excel Programming | |||
Timing of automatic query refresh and macro pivot table refresh | Excel Programming | |||
Pivot Table REFRESH Flaw -- Saves Old Data in Selection Area AFTER REFRESH | Excel Programming |