I have a code which shows the Print dialog box, where user can select can the printer and number of copies etc.
I need a code to set the Print range from A1:Z1 to last row in the sheet named "Test".
I have a code which shows the Print dialog box, where user can select can the printer and number of copies etc.
I need a code to set the Print range from A1:Z1 to last row in the sheet named "Test".
Hi,
Try this
![]()
Sheets("Test").Range("A1:Z1").PrintOut
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks