+ Reply to Thread
Results 1 to 2 of 2

Re: Page Setup functions very slow in VBA RE: earlier thread

  1. #1
    Jeff
    Guest

    Re: Page Setup functions very slow in VBA RE: earlier thread

    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. #2
    Jeff
    Guest

    Re: Page Setup functions very slow in VBA RE: earlier thread

    Ok, found my answer:

    pscale = "{1,4}"

    Jeff


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1