+ Reply to Thread
Results 1 to 2 of 2

How to:

Hybrid View

  1. #1
    filo666
    Guest

    How to:

    1) Print 3 copies of a specific region in the same page (the fatest and
    easiest)
    2) I made a function (the tipical function of convert numbers to cardinals
    (two thousand etc etc etc)), my problem is, when I pres a number (any number)
    the entire macro is evaluated, and this happends with all the numbers I type,
    as you can imagine, this takes long, so, There is a way to evaluate the
    function just if certaines cells are changed (or certaines sheets are
    selected)????

    TIA

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello filo666,
    In response to question number 1, here is the code. Change the worksheet name and range to what you are using.

    Code Example:

    With Worksheets("Sheet1")
    .PageSetup.PrintArea = "A30:F60"
    .PrintOut Copies:=3
    End With

    Sincerely,
    Leith Ross

+ 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