pledbetter
Registered User.
- Local time
- Today, 07:09
- Joined
- Feb 20, 2012
- Messages
- 16
I need to do the following:
1. Open up a PDF file using Acrobat Reader
2. Select all data
3. Copy all data
4. Close the PDF file
5. Open up a preexisting text file
6. Select all data
7. Paste my copied data
9. Save the text file
10. Close the text file
I can do steps 1, 5 just fine. The other steps work unreliably if at all using Sendkeys(). I need to know if there is another way to perform these steps wholly within the VBA environment without using SendKeys() or using a third-party application.
Thanks in advance!
1. Open up a PDF file using Acrobat Reader
2. Select all data
3. Copy all data
4. Close the PDF file
5. Open up a preexisting text file
6. Select all data
7. Paste my copied data
9. Save the text file
10. Close the text file
I can do steps 1, 5 just fine. The other steps work unreliably if at all using Sendkeys(). I need to know if there is another way to perform these steps wholly within the VBA environment without using SendKeys() or using a third-party application.
Thanks in advance!