Routine Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 routines that are in the normal module of word. They work fine. The first one opens an application, then calls the next routine wich opens a template. The template opens up but it never calls to show the userform that is part of the template. The .show userform is in the template document. My routines are Public Sub. I have it set as Call myroutine() should it have something in the parentheses. Call myroutin(with nameofform?

TIA
 
Hi Sam
if I understood you correctly you should post this to the MS Word
usergroup. e.g.
microsoft.public.word.vba.general

I would also post the relevant part of your code in this message as
otherwise it's quite complicated to give you a specific answer

--
Regards
Frank Kabel
Frankfurt, Germany

Sam said:
I have 2 routines that are in the normal module of word. They work
fine. The first one opens an application, then calls the next routine
wich opens a template. The template opens up but it never calls to show
the userform that is part of the template. The .show userform is in the
template document. My routines are Public Sub. I have it set as Call
myroutine() should it have something in the parentheses. Call
myroutin(with nameofform?)
 
Yea your right....I thought that I was in the word area

Thank
Sam Hope I don't get in trouble for a cross post.
 

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

Back
Top