Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Essbase Disconnect

Status
Not open for further replies.

ryDen

Programmer
Jun 6, 2002
71
AP
Hi,

I'm trying to do some essbase retrieval for a certain workbook through vba. My problem here is that after retrieval has been done for each worksheet, the connection remains connected. There is this vba function "EssVDisconnect" which takes in a parameter sheetName. Would appreciate if someone could further explain in detail the syntax of this parameter,i.e., do we just input the worksheet name, or with the workbook name, and also how to use this function in code.

Thanks in advance.

Regards,
Russ
 
I've never used EssBase but you may as well just try a few different options out. Pass it the string name of the sheet, pass it a worksheet object that refers to your sheet and so on. Eventually you'll find one that works.

Nelviticus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top