Wednesday, July 8, 2015

Open Pdf Comments

Rating: 0.0

Function OpenPDFpage(myLink As String, TargetPage As Double)
Set objIE = CreateObject('InternetExplorer.Application')
With objIE
.Navigate myLink & '#page=' & TargetPage
...
Read full text

Alvinzor Flores
COMMENTS
Close
Error Success