I am trying to Automate Outlook to export the calendar to an .xls file using the Sendkeys function. My problem occurs after this code
SendKeys "%ft{up 3}~{down 4}"
It will not proceed to the next menu. I have tried sending an enter command a command to press "n", and even tabbing over to the next button and then pressing all those. For some reason none of my efforts have allowed me to simply go on to the next screen.
If anyone has any ideas, please help
SendKeys "%ft{up 3}~{down 4}"
It will not proceed to the next menu. I have tried sending an enter command a command to press "n", and even tabbing over to the next button and then pressing all those. For some reason none of my efforts have allowed me to simply go on to the next screen.
If anyone has any ideas, please help