I know how to extract data using VBA from say 'excel'. but is it possible to do it from non-MS Office apps.
I've found that I could appear to do it using the 'shell' command to launch the app and then the 'SendKeys' command to simulate navigating the app to then be able to do a control C to copy..... but this looks very problematic as it could all go pear shaped if anything interupts the app (like a new email pop up message).
I've tried googling, but haven't come up with too much. Can anyone help.
Thanks.
I've found that I could appear to do it using the 'shell' command to launch the app and then the 'SendKeys' command to simulate navigating the app to then be able to do a control C to copy..... but this looks very problematic as it could all go pear shaped if anything interupts the app (like a new email pop up message).
I've tried googling, but haven't come up with too much. Can anyone help.
Thanks.