J
Jeff Barnes
Hi everybody,
I am using OLE to access Excel. What I need to do is open the Printer
Selection dialog and store the printer name to a variable.
I can open the dialog by using:
oExcel
ialogs(8):Show()
if I try to use a variable to store this it just returns .F.
cPrinter := oExcel
ialogs(8):Show() (Returns .F.)
Any Ideas?
TIA
Jeff
I am using OLE to access Excel. What I need to do is open the Printer
Selection dialog and store the printer name to a variable.
I can open the dialog by using:
oExcel
ialogs(8):Show()if I try to use a variable to store this it just returns .F.
cPrinter := oExcel
ialogs(8):Show() (Returns .F.)Any Ideas?
TIA
Jeff
rinter
Excel:Get("ActivePrinter") to store the printer name to
(although I'm sure Nick is Nice