I am following this Edraw Link.
I was able to search for one of my problem using this LINK.
My code now is
With AxEDOffice1
.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintRangeOfPages, 1, 1, "", 2)
// from page , to page , (Page as Object) this one is don't know how to use, number of copies //
End With
//This one is for next page but its not working. I print preview first and click a button using code below.
With AxEDOffice1
.SlideGotoNext()
End With
My question
- if I set the range of the page to be print can I
Print Preview it?
- How to print current page? (I see this code
.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintCurrentPage)
) but the problem is how to navigate to next / previous pages. - How to jump into a specific page?