S
susiecc7 via OfficeKB.com
Hello.
I am hoping someone can help me with this. I have created a command bar
which, with certain buttons, activates a userform. Within this userform, you
can type information and it will be inserted into a word document. This works
very well in WindowsXP, but errors in Windows Vista with a Runtime error 424,
Object Required. It then takes me to the Show code. i.e.
Sub showartinfo()
Load ART_INFO
ART_INFO.Show
End Sub
There are 3 Userforms, 2 of them are erroring and one isn't. Again, in
WindowsXP, this code is working perfectly.
Here's the strange thing...
When I open the template and load the toolbar when it's opened, the userforms
work fine; when it's loaded in the STARTUP folder (Office11), it does not
work in Vista, but works in XP. All of the macros in this file do work in
Vista, but the userforms refuse to load.
I have no idea how to fix this. I have gone through all sorts of permissions
checks, but nothing has helped.
Is there anyone who might have some idea why this is...and why one of the
userforms loads, but not the others? Could it possibly have something to do
with where the macros are resident in the template? The only thing I can tell
is that the macros for the userform that loads are in a separate module.
Please help. Sue
I am hoping someone can help me with this. I have created a command bar
which, with certain buttons, activates a userform. Within this userform, you
can type information and it will be inserted into a word document. This works
very well in WindowsXP, but errors in Windows Vista with a Runtime error 424,
Object Required. It then takes me to the Show code. i.e.
Sub showartinfo()
Load ART_INFO
ART_INFO.Show
End Sub
There are 3 Userforms, 2 of them are erroring and one isn't. Again, in
WindowsXP, this code is working perfectly.
Here's the strange thing...
When I open the template and load the toolbar when it's opened, the userforms
work fine; when it's loaded in the STARTUP folder (Office11), it does not
work in Vista, but works in XP. All of the macros in this file do work in
Vista, but the userforms refuse to load.
I have no idea how to fix this. I have gone through all sorts of permissions
checks, but nothing has helped.
Is there anyone who might have some idea why this is...and why one of the
userforms loads, but not the others? Could it possibly have something to do
with where the macros are resident in the template? The only thing I can tell
is that the macros for the userform that loads are in a separate module.
Please help. Sue