I've got a VB6 front loader application that runs a Word macro "Main".
I know how to use the Run method without paramters but having problems with
them. The "Main" macro in Word VBA is a subroutine. My VB6 code line is
wdApp.Run "BRT_Tool.m1_Main.Main", username where username is a string
variable. I'm getting run time error 438, object not supported. What is
wrong?