Thread
:
print screen
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chip[_3_]
external usenet poster
Posts: 133
print screen
Give this a shot...
Sub printer()
printablearea = Range(Cells(2, 1), Cells(lastrow, lastcolumn)).Address
ActiveSheet.PageSetup.PrintArea = printablearea
End Sub
Reply With Quote
Chip[_3_]
View Public Profile
Find all posts by Chip[_3_]