08-30-2016, 03:43 AM
I solved picking a full date using a long way. The solution is as follows:
It is long solution. But it works.
Appreciate and ideas.
- 1. Select a year based on Excel sheet cell value. I created a macro to click the year box by position x & y. Then send keys of the year.
2. Select a month based on excel sheet cell. I created a function to check the month number and send keys accordingly. The mouse will activate the month box before, using position x& y.
3. Select a day. I created a function to check on the day number, then it search for a picture of that day. I already took a pic for every day of the month 31 small pic :mrgreen: .
It is long solution. But it works.
Appreciate and ideas.