Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access Macros > show method of ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 5630 of 5947
Post > Topic >>

show method of dialog sheet class failed - runtime error 1004

by =?Utf-8?B?am9lLXJpbw==?= <joeri.vanhaerens@[EMAIL PROTECTED] > Jul 14, 2008 at 11:32 AM

Hello,
I have a problem with a dialog box in VBA Exel.  When trying to call up
the 
dialog box, I receive the runtime error 1004: Show method of dialog sheet 
class failed. I remembet it working before, now it doesn't.  The aim is to
be 
able to record very quickly by using dropdown and edit boxes

I use following macro's:


Option Explicit
'
Global fillflag As Boolean
'
Sub dialoogstarten()

dialog1:
        Application.DialogSheets("Dialog1").Show
        If fillflag = True Then
            detail_factuur
            fillflag = False
        GoTo dialog1
        End If
End Sub
'
Sub setinvullen()
    fillflag = True
End Sub
'
The debug indicates "Application.DialogSheets("Dialog1").Show", but I
can't 
find the cause.  Can somebody help me out with this?
Would be very grateful.

-- 
joe-rio
 




 1 Posts in Topic:
show method of dialog sheet class failed - runtime error 1004
=?Utf-8?B?am9lLXJpbw==?=   2008-07-14 11:32:04 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 14:08:00 CST 2008.