Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I am trying to follow Tom's following advice on this topic and use
the Excel4 macro language to speed up a VBA print routine: What does it mean "Set scale to a two-item horizontal array" ? pscale = 1,4 OR pscale = (1,4) will not compile. 1,4) isn't an array {1,4} would be an array pscale = {1,4} {1,4} is horizontal {1;4} is vertical I tried entering "pscale = {1,4}" but get a "Compile Error: Invalid Character" message on this line. Can anyone see my error? Thanks, Jeff |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok, found my answer:
pscale = "{1,4}" Jeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXcel 2003 Page setup slow | Excel Discussion (Misc queries) | |||
Page Setup Macro runs slow | Excel Discussion (Misc queries) | |||
can macros include page setup functions? | Excel Discussion (Misc queries) | |||
Page Setup SLOW trying excel 4..... | New Users to Excel | |||
Excell 2003 Page Setup Slow | Excel Programming |