Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi !
I can open a pdf file in VBA using the following code. Is there a way to copy a text in a specific box inside the .pdf (the pdf file has boxes that need to be completed). I don't need to save the pdf file (just open it and complete it) Is there a Adobe library that can be used to select box#1, #2, etc. Thank's a lot! Alex Dim myIE As Object Set myIE = CreateObject("InternetExplorer.Application") myURL = "C:\myPdfFile.pdf" On Error Resume Next myIE.navigate myURL myIE.Visible = True On Error GoTo 0 -- Alex St-Pierre |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why can't I get a curser to complete Excel form received? | Excel Discussion (Misc queries) | |||
Percent Complete? | Excel Discussion (Misc queries) | |||
Forcing users to complete a form | Excel Discussion (Misc queries) | |||
Forcing users to complete a form | Excel Programming | |||
Run time - % complete | Excel Programming |