+ Reply to Thread
Results 1 to 2 of 2

Print a row in excel - output to two rows

  1. #1
    Registered User
    Join Date
    12-12-2020
    Location
    Canada
    MS-Off Ver
    dont know
    Posts
    5

    Print a row in excel - output to two rows

    I am using this Macro to print a row in an excel sheet.

    Option Explicit
    Sub Select_Any_Cell_To_Print_That_Row()
    Application.ScreenUpdating = False
    With ActiveSheet
    .PageSetup.PrintArea = Cells(Selection.Row, 1).Resize(, Cells(Selection.Row, Columns.Count).End(xlToLeft).Column).Address
    .PrintOut
    End With
    Application.ScreenUpdating = True
    End Sub

    I am printing to a small 3.5"x2.5" sticker so the print out of the row is quite small. I am looking for help on printing the one row where the output is two rows so the wording is larger on the printout. Hope this makes sense.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,572

    Re: Print a row in excel - output to two rows

    Please Login or Register  to view this content.
    Last edited by protonLeah; 01-12-2021 at 01:12 AM.
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Print output is too small
    By markwilest in forum Excel General
    Replies: 6
    Last Post: 03-12-2020, 12:45 AM
  2. Replies: 1
    Last Post: 01-14-2016, 01:29 PM
  3. Loop through rows with VBA and select an excel output file with selectable dates
    By craigsmack in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-09-2014, 05:52 PM
  4. Print/output excel variable in explorer
    By Zheno in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-12-2012, 05:34 AM
  5. Using VBA to count rows in text file and output results to an excel spreadsheet
    By oobern in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-09-2007, 04:10 PM
  6. Output array to Excel blank rows separating groups
    By ghh3rd in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-01-2006, 03:52 PM
  7. In Excel my autofilter? is omitting some data rows from output
    By Perplexed Jeff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-05-2005, 09:05 AM

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