Hi All,
How do i avoid printing blank rows in a selected range of cells using VB
script.
Application.Goto Reference:="Zone1"
ActiveSheet.PageSetup.PrintArea = "Zone1"
ActiveWindow.SelectedSheets.PrintOut copies:=1, collate:=True
Sheets("StartUp").Select
Yogesh
Tom Ogilvy - 02 Nov 2003 01:31 GMT
Hide the blank rows before you print.
--
Regards,
Tom Ogilvy
> Hi All,
>
[quoted text clipped - 7 lines]
>
> Yogesh