I've asked this question in the Visual Basic forum, where I was informed to use
.
That works fine for VB generated EXEs.
But when I try it in a Word macro, I get the error "Runtime Error 424: Object Required".
What do I need to do?
Code:
App.PrevInstance
That works fine for VB generated EXEs.
But when I try it in a Word macro, I get the error "Runtime Error 424: Object Required".
What do I need to do?