943,929 Members | Top Members by Rank

Ad:
May 29th, 2009
0

error 424

Expand Post »
424 run time err file plees give me
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
b0ttz is offline Offline
1 posts
since May 2009
May 29th, 2009
0

Re: Run-Time Error 424

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
Reputation Points: 33
Solved Threads: 27
Posting Whiz
Jupiter 2 is offline Offline
372 posts
since May 2009
May 30th, 2009
0

Re: Run-Time Error 424

"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
Reputation Points: 33
Solved Threads: 27
Posting Whiz
Jupiter 2 is offline Offline
372 posts
since May 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Legacy and Other Languages Forum Timeline: erlang
Next Thread in Legacy and Other Languages Forum Timeline: Inno setup creation





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC