Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Pick a date from a calendar?
#2
I solved picking a full date using a long way. The solution is as follows:
  • 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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)