noveske
Board Regular
- Joined
- Apr 15, 2022
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
Currently have a .pdf with 10 columns.
I wanted to make a script that would fill the last column with numbers.
Currently I open the .pdf document, click Fill, then select the first starting field.
Then run the script. Waits for 5 seconds...
The script targets the .pdf window by name.
It inputs the value, then tab twice to the next field.
With Edge I was able to target the input fields by id or name, then even target further by size.
Is there a way to have the script find/locate the last column? If that can be done, I guess I could continue sendKeys and double tab.
I wanted to make a script that would fill the last column with numbers.
Currently I open the .pdf document, click Fill, then select the first starting field.
Then run the script. Waits for 5 seconds...
The script targets the .pdf window by name.
It inputs the value, then tab twice to the next field.
With Edge I was able to target the input fields by id or name, then even target further by size.
Is there a way to have the script find/locate the last column? If that can be done, I guess I could continue sendKeys and double tab.