Groups
Groups
Sign in
Groups
Groups
comp.lang.ruby
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
How to run MS Access macro from ruby
8 views
Skip to first unread message
zak
unread,
Jan 30, 2012, 11:21:13 AM
1/30/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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