Reply

Join Date: May 2009
Posts: 1
Reputation: b0ttz is an unknown quantity at this point 
Solved Threads: 0
b0ttz b0ttz is offline Offline
Newbie Poster

error 424

 
0
  #1
May 29th, 2009
424 run time err file plees give me
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 301
Reputation: Jupiter 2 is an unknown quantity at this point 
Solved Threads: 19
Jupiter 2's Avatar
Jupiter 2 Jupiter 2 is offline Offline
Posting Whiz

Re: Run-Time Error 424

 
0
  #2
May 29th, 2009
This is an Excel Project, not Visual Basic.
use Err function to determine the number and description
if err.number =404 then
msgbox err.description

cmdDeptStoresMC.Enabled = False
cmdRetailStoresMC.Enabled = False
Else
cmdDeptStoresMC.Enabled = True
cmdRetailStoresMC.Enabled = True
End If



Err.number
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 301
Reputation: Jupiter 2 is an unknown quantity at this point 
Solved Threads: 19
Jupiter 2's Avatar
Jupiter 2 Jupiter 2 is offline Offline
Posting Whiz

Re: Run-Time Error 424

 
0
  #3
May 30th, 2009
"ESSEXCLN.XLL"
Description - essexcln.xll is a ESSEXCLN\r belonging to Hyperion
Essbase 6.5.5.0\r from Hyperion Solutions Corporation\r

I don't have the Addin. Before you try anything, have a look in
Tools > Macro > Security > Trusted Publishers
There are 2 check boxes. Tick them both. OK.
Try the program now.

Otherwise .....
I've found a solution.
In Excel, Tools > Add-Ins
Uncheck the Addin for Hyperion EssBase. Apparently, the Addin does not behave if it is already in Excel. It may be a security issue.

This routine adds the Addin when the before you try to access it.

Sub Start_Here_First()
System.Windows.Forms.SendKeys.Send("^o")
System.Windows.Forms.SendKeys.Send("C:\Program Files\Hyperion\Essbase\Bin\essexcln.xll")
System.Windows.Forms.SendKeys.Send("{ENTER}")
end sub
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Legacy and Other Languages Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC