Thread: Macro Printing
View Single Post
  #2   Report Post  
Bob Umlas
 
Posts: n/a
Default Macro Printing

Maybe you want
=PRINTER.SETUP?()
and
=PAGE.SETUP?()
works fine for me in 2003...
Bob Umlas

"Dave" wrote in message
...
I have a macro writtin using Excel 4.0 Language.

The problem is, I have 2 lines of code that are not working properly.

=PRINTER.SETUP
=PAGE.SETUP

These codes work perfectly using Windows 98 with Excell 2000, but when I
move it to Windows XP with Excel 2003, those lines cause errors.

Any suggestions?