Is it possible to use runrev to replace the VBA scripting in Excel and still keep the Spreadsheet as is?
Thanks in advance.
Regards
Gary
Working with excel and replacing the VBE with RunRev
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Hi Gary,
On Mac, Revolution can interact with Excel by means of AppleScript, and update the contents of cells.
On Windows, you can achieve the same effect by using the Windows Scripting shell, but then you're actually back to using VBA.
You can't do it directly from Revolution, though - you always have to pass through another scripting language to get at Excel.
For more information on integrating a Revolution-based application with Microsoft Office, take a look at Ken Ray's excellent tips and tricks:
http://www.sonsothunder.com/devres/revo ... lution.htm
In particular, you'd want this item:
http://www.sonsothunder.com/devres/revo ... iac001.htm
Hope this helped,
Jan Schenkel.
On Mac, Revolution can interact with Excel by means of AppleScript, and update the contents of cells.
On Windows, you can achieve the same effect by using the Windows Scripting shell, but then you're actually back to using VBA.
You can't do it directly from Revolution, though - you always have to pass through another scripting language to get at Excel.
For more information on integrating a Revolution-based application with Microsoft Office, take a look at Ken Ray's excellent tips and tricks:
http://www.sonsothunder.com/devres/revo ... lution.htm
In particular, you'd want this item:
http://www.sonsothunder.com/devres/revo ... iac001.htm
Hope this helped,
Jan Schenkel.
Last edited by Janschenkel on Wed Aug 01, 2007 7:04 pm, edited 1 time in total.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
Hi Jan,
I think that Gary wants to programme Excel with Transcript rather than using VB from within Revolution.
Best,
Mark
I think that Gary wants to programme Excel with Transcript rather than using VB from within Revolution.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode