P
Phil Stokes
I have various macros that were originally written in Wordbasic. I have
rewritten or converted most to VBA code but one particular piece of code
won't seem to work in VBA so I must be doing something wrong. an instance is
WordBasic.Call "somemacorname.ITUPrintPSToDisk", filename
will work but If I drop the Wordbasic it will not. (filename is a variable
containing a name of the file to be printed by the macro)
This may be very basic but I can't seem to get it to work.
ps I have got other Call commands to work but not when they refer to a
subroutine in a macro as the one above does.
Thanks
Phil
rewritten or converted most to VBA code but one particular piece of code
won't seem to work in VBA so I must be doing something wrong. an instance is
WordBasic.Call "somemacorname.ITUPrintPSToDisk", filename
will work but If I drop the Wordbasic it will not. (filename is a variable
containing a name of the file to be printed by the macro)
This may be very basic but I can't seem to get it to work.
ps I have got other Call commands to work but not when they refer to a
subroutine in a macro as the one above does.
Thanks
Phil