import extracted text to excel
Moderators: Dorian (MJT support), JRL
import extracted text to excel
how do I copy the extracted text with a tag macro of webrecorder to a excel cell?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
There are a number of ways you can output to Excel:
1. Setfocus and paste it (send CTRL-v)
2. Use DDERequest
3. Use VBScript
4. Write to a CSV file using WriteLn
There are sample macros which demonstrate items 2 and 3. Also read this:
http://www.mjtnet.com/blog/2007/07/02/m ... xcel-data/
1. Setfocus and paste it (send CTRL-v)
2. Use DDERequest
3. Use VBScript
4. Write to a CSV file using WriteLn
There are sample macros which demonstrate items 2 and 3. Also read this:
http://www.mjtnet.com/blog/2007/07/02/m ... xcel-data/
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?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Remove the quotes. VBRun accepts Macro Scheduler string values. So you should not use quotes in VBRun.
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?