+ Reply to Thread
Results 1 to 2 of 2

Printing From Macro Without Jumping Around

  1. #1
    Registered User
    Join Date
    12-06-2007
    Posts
    32

    Printing From Macro Without Jumping Around

    Good afternoon,

    I have a spreadsheet that I use a button attached to a macro to print 12 pages of data from various areas of the spreadsheet.

    Years ago when I worked with Lotus 1-2-3, there was a feature that allowed printing to occur in the background without the screen jumping all over the spreadsheet while printing. Can Excel do this as well? Does this make sense?

  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,258
    Hello RickT,

    In your code use Application.ScreenUpdating = False to prevent the "jumping" and then when the printing is done, turn it back on with Application.ScreenUpdating = True

    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