Closed Thread
Results 1 to 3 of 3

dynamic printing

  1. #1
    Registered User
    Join Date
    02-28-2012
    Location
    WARRINGTON
    MS-Off Ver
    Excel 2007
    Posts
    12

    dynamic printing

    Hi,
    I have the attached worknook but am struugling..WIth the command below i can print off all worksheets based on the range. That said i want to dynamic print only those cells that have data in them...Skorby comm.xlsm

    Sub printall()
    '
    ' printall Macro
    ' Macro recorded 18/07/2008 by Weeks
    '

    '
    Sheets("Skorby comm").Select
    Range("A1:S500").Select
    Selection.PrintOut Copies:=1, Collate:=True

    End Sub
    Just to add the printing needs to be dynamic ....
    Last edited by BROWNO1234; 03-04-2012 at 06:12 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: dynamic printing

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: dynamic printing

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.

Closed 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