LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Finicky EssVRetrieve

I've been using VBA to retrieve Essbase data into an Excel report for quite
awhile with no problems. I recently added some members to the existing
report, and the report no longer updates via VBA. I can, however, update the
report by selecting Essbase/Retrieve directly from the menu, so I believe the
report structure is valid. (But if I remove the new members, VBA/Essbase work
again).

This may be a rather vague question, but is there any reason why VBA would
fail to update the report when it updates "normally?"

These are the lines in my code:

(first I select the range I want to update)

lngConnect = EssVConnect(Empty, username, password, "Sunhyppd1",
"FCSTCORP", "Corpexp")
If lngConnect < 0 Then
MsgBox "Sorry Can't Connect. Check ID and Password."
GoTo VBend
Else
Retriev = EssVRetrieve(Empty, Empty, 1)

Thanks for whatever insight.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumproduct: Formula is finicky Mike C Excel Worksheet Functions 4 December 15th 05 05:41 PM


All times are GMT +1. The time now is 10:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"