Alternative for non-VBA applications

B

Byron Hills

Is there an alternative scripting language that allows automating tasks in
Windows applications that don't support VBA or other internal scripting
language directly?
 
M

macropod

Hi,

You could probably use another application that does
support VBA to drive the one that doesn't, using the VBA
Sendkeys command. You may well go insance in the process
though ...

Dpending on what you're doing, the Windows Scripting Host
might be another option.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top