Basically I want to automate a reporting task that currently takes about 20 minutes to complete manually. The reports are currently created via a third party financial package that I use at work and runs on my P.C.
I am hoping to automate it by running a Visual Basic exe to make various windows active, action mouse movements, clicks and sendkey events. Everything is working ok except for tabbing through the tabs. A typical example of a similar window I'm trying to navigate is the 'Display Settings' in Control Panel. In the Display Settings window you click on the tabs to choose 'Screen Saver, 'Settings', 'Appearance', etc. But as well a clicking to navigate these tabs you can also type CtrlTab to navigate through them.
This is what I want to do using SendKeys but it appears to only issue a normal tab and not a ctrltab.
Thanks for being interested. If I can manage to automate this task I'm hoping to be able to leave the office earlier every day.