424 run time err file plees give me
b0ttz 0 Newbie Poster
Recommended Answers
Jump to PostThis is an Excel Project, not Visual Basic.
use Err function to determine the number and description
if err.number =404 then
msgbox err.descriptioncmdDeptStoresMC.Enabled = False
cmdRetailStoresMC.Enabled = False
Else
cmdDeptStoresMC.Enabled = True
cmdRetailStoresMC.Enabled = True
End IfErr.number
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.