VBAIntermediate
New Member
- Joined
- May 8, 2018
- Messages
- 10
Hi all,
I am trying to populat a PDF form based on data in XL. I have opened the file and the document successfully and can enter data in the first cell fine, but after that my PC crashes :
Any ideas?
I am trying to populat a PDF form based on data in XL. I have opened the file and the document successfully and can enter data in the first cell fine, but after that my PC crashes :
Code:
Application.SendKeys "{Tab}", True
Application.SendKeys Name, True
Application.SendKeys "{Tab}", True
Application.SendKeys Age, True
Application.SendKeys "{Tab}", True
Any ideas?