U070115 Posted March 22, 2012 Posted March 22, 2012 I am new to AutoIt, but I have tried the following to try to automate the process and it didn't work using MS Access VBA code using SendKeys. I am trying to automate the process of using Adobe Presenter which is a Add-in or Plug-in to MS Power Point. It adds a tool menu called "Adobe Presenter". I am able to control the power point by typing the command Alt+P (which opens the "Adobe Presenter" menu). When I try it using SendKeys, it doesn't work. I used SendKeys "%{P}", True command and it did something else. I then tried SendKeys "%{I}", True command (which suppose to open the "Insert" menu) and it does. It seems like the "Adobe Presenter" menu did work correctly using the sendkeys. Do you think I can gets this to work using AutoIt ??? I would like to control the AutoIt script from VBA. Any help will be appreciated. Thanks, G
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now