Hi, I'm new to the product/forum and have some general question about the product.
Two of the things I do frequently on the computer involve:
a) FTPing files and manipulating files on webserver or
b) Filling in web forms.
Do I need the Web automation product to fill web forms?
I use Excel an awful lot as well.
I hope to read data from spreadsheets to pass to the 2 processes I mentioned above.
What would be the best approach for automating Excel? Should I look more into Excel VBA? Someone mentioned something called DDE which I never heard of - Should I expect to learn about this?
Thanks. Between Excel, FTP and Webforms I'll have 90% of my processes covered.
Luke
General product and approach questions
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Hi,
FTPing is straighforward using the built in FTP functions.
For filling in Web forms the easiest way to create code to do this is to use WebRecorder. However, many forms can be automated with VBScript but this requires more hand-coding and a better understanding of the forms and html. As an example see:
http://www.mjtnet.com/forum/viewtopic.php?t=1461
The simplest way to get data to/from Excel is to use DDE. See the following example:
http://www.mjtnet.com/forum/viewtopic.php?t=1482
There is also a sample script that comes with Macro Scheduler which demonstrates retrieving information from Excel.
FTPing is straighforward using the built in FTP functions.
For filling in Web forms the easiest way to create code to do this is to use WebRecorder. However, many forms can be automated with VBScript but this requires more hand-coding and a better understanding of the forms and html. As an example see:
http://www.mjtnet.com/forum/viewtopic.php?t=1461
The simplest way to get data to/from Excel is to use DDE. See the following example:
http://www.mjtnet.com/forum/viewtopic.php?t=1482
There is also a sample script that comes with Macro Scheduler which demonstrates retrieving information from Excel.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?