Есть 31 страничка 1-31.HTML, надо открыть их с помощю ворда, и распечатать.
(просто ради интереса)
Dim oWord As New Word.Application
With oWord
.Documents.Open FileName:="<html-file>", ConfirmConversions:=False, ReadOnly _
:=False, AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate _
:="", Revert:=False, WritePasswordDocument:="", WritePasswordTemplate:="" _
, Format:=wdOpenFormatAuto
.Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
.Documents.Close
End With
Set oWord = Nothing
Сейчас этот форум просматривают: AhrefsBot, The trick и гости: 14