P
Paul F
Guest
I'm trying to start an IBM Client Access exe using the Shell Function. I've tried a variety of things and keep getting Invalid Procedure Call or Argument error. If I copy the pathname from the value in the debug window and paste it into run I can start the function, so its not a typo. The macro line is:-
hMod = Shell("C:\PROGRA~1\IBM\CLIENT~1\cwbtf.exe")
If I try to run explorer or excel it works fine. What am I missing? Is there something in the registry that must be set?
Thanks
hMod = Shell("C:\PROGRA~1\IBM\CLIENT~1\cwbtf.exe")
If I try to run explorer or excel it works fine. What am I missing? Is there something in the registry that must be set?
Thanks