Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to run MS Access macro from ruby

8 views
Skip to first unread message

zak

unread,
Jan 30, 2012, 11:21:13 AM1/30/12
to
Hi,

is it possible to run macros from ruby in ms access similar to the way
in ms excel:

require 'win32ole'
excel = WIN32OLE.new('Excel.Application')
excel.Run "Workbookname!Macroname"

?

Thanks!
0 new messages