Form Load error on some machines

Y

yurps

Hello,

I am really stumped...

I got a form that loads up when a user opens a word template .dot file
that has some VBA to run in it.

the first form show up and has a very simple button that when click
clears the start form and shows another...using variations of the code
below. All machines are running Word 2003 on Windows Xp service pack 2

Private Sub CommandButton1_Click()
''Unload Me
Unload frm_warning

UserForm1.Show (False)
''Form.Show UserForm1
End Sub

Again most machines work, but a couple of computer have errors such as
"Type Mismatch" and stop on the UserForm1.Show line...

If anyone has any idea why this might happen, please let me know all
the computers are running Visual Basic 6.3 . would there be another dll
or scripting automation plugin which might be missing?

Thanks,
yurps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Load document after start-up form 1
Media Player Help 6
ListBox / UserForm interaction 2
UserForm problem 1
Error 5479 2
Unloading userforms 6
get UserForm1 value 1
Getting error with load/unload of UserForms?? 2

Top