LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kc Kc is offline
external usenet poster
 
Posts: 2
Default Help, excel error 53 (loading userform)

Hi all,

Sorry for my bad englisch.
I wrote a program in Excel that only calls a form to load when in range "C100" the word "Geen" excist.

Private Sub CommandButton9_Click()
If Range("C100").Value = "Geen" Then
MsgBox "Selecteer eerst een poort of en hek, anders werkt het programma niet ;-)"
Exit Sub
End If

Load Maatvoering
Maatvoering.Show
End Sub


The error excel is given me:

Fout 53 tijdens uitvoering
Kan het bestand niet vinden

(Error 53 during execution
File not found)

The userform with the name Maatvoering excist, so that's not the problem.
Can anybody tell me what causes this problem and how to solve it ?


Gerard


--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Loading UserForm ZipCurs Excel Programming 5 April 24th 12 09:21 AM
Excel 2007 - error saving file & error loading dll TinaF Excel Discussion (Misc queries) 0 July 1st 09 01:49 PM
VB Error 5 loading userform using Workbook_Open rjchristensen Excel Programming 1 October 16th 07 06:19 PM
Error on loading userform Trader Excel Programming 4 April 19th 07 05:00 PM
Loading UserForm gives error Mats Samson Excel Programming 3 August 3rd 05 08:06 AM


All times are GMT +1. The time now is 05:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"