Thread
:
Compile Error: With From:= << Highlighted
View Single Post
#
1
Posted to microsoft.public.excel.programming
JMay
external usenet poster
Posts: 468
Compile Error: With From:= << Highlighted
Sub PrintSkipP1()
Dim sht As Worksheet
For Each sht In ActiveWindow.SelectedSheets
sht.PrintPreview From:=2, To:=4
Next sht
Set sht = Nothing
End Sub
WHY?
Reply With Quote
JMay
View Public Profile
Find all posts by JMay