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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smartbutdull

    Can you use vba to automate essbase retrieval?

    I've worked it out - if anyone else uses Hyperion Essbase and is interested the following code seems to do the trick: Declare Function EssMenuVRetrieve Lib "ESSEXCLN.XLL" () As Long Declare Function EssVConnect Lib "ESSEXCLN.XLL" (ByVal sheetName As Variant, ByVal username...
  2. smartbutdull

    Can you use vba to automate essbase retrieval?

    I want to write some vba scripts to run before I come into the office to open and update some spreadsheets which pull data from Essbase. Does anyone know if it's possible to connect to the essbase source using vba without popping up a log-in screen? I've found the following code to connect and...
  3. smartbutdull

    VLOOKUP in array formula????

    Don't know about an array VLOOKUP, but try this: Suppose you have up to three old departments in one new department (this will work for any number though). Enter the new departments in column A. In column B start at 1 against the first new department and 2 against the second etc Enter all of...
  4. smartbutdull

    Schedule macro to run without setting macro security to low

    Thanks both of you - still struggling though. Skip Opening the main report is fine (I'm already using Application.DisplayAlerts = False). It's opening the workbook with the auto_open macro in the first place that gives me a problem. Jean-Paul Thanks for the tip, but I'm using NT4 so that's not...
  5. smartbutdull

    Schedule macro to run without setting macro security to low

    I have an excel report that uses a VBA macro to query an oracle database. I've created a second spreadsheet with an auto_open macro that opens the main report, runs the update macro, then saves and closes the report then closes itself. I've scheduled this second spreadsheet to run at 7:30am...
  6. smartbutdull

    How can I force an error?

    Couldn't be simpler could it? Thanks Geoff for your very prompt response. Rgds, Phil
  7. smartbutdull

    How can I force an error?

    By the way - I'm talking about Excel here - forgot to mention that
  8. smartbutdull

    How can I force an error?

    I know that there's a way to force a formula to return an error such as #N/A if it matches certain criteria. I want to do this so that I can plot graphs that miss a point out rather than shooting down to the x axis where there is no data. Does anyone know how to force an error or any other...

Part and Inventory Search

Back
Top