Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Noncontiguous Ranges

Status
Not open for further replies.

mllex

Technical User
Nov 28, 2001
44
US
I am using the union operator to join noncontiguous ranges. I want all of the data to print on one page wide. Even if I set the page setup default to "fit to one page wide by one page tall", I get each range on a separate page.

What am I doing wrong? TIA


Private Sub Workbook_SheetActivate(ByVal Sh As Object)

Application.Union([in!b273:d1650], [in!i273:l1650], [in!n273:eek:1650]).Name = "NewAcctsReport"

End Sub


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top