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
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