Re: [Ironruby-core] Interop with Excel

2009-04-08 Thread Jeff Siebold
w excel.Visible = true and that works. But I'm still having trouble getting access a Workbook: p excel.ActiveWorkbook workbooks = excel.Workbooks p workbooks.respond_to?('Open') returns: nil false I would be grateful for any help. Thanks, Jeff Jeff Siebold wrote: > The followi

[Ironruby-core] Interop with Excel

2009-04-08 Thread Jeff Siebold
The following code runs fine: require 'Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' Excel = Microsoft::Office::Interop::Excel but when I try to get the Application object as follows: app = Excel.Application.new I get the following err

[Ironruby-core] debugging IR

2008-03-27 Thread Jeff Siebold
Hi all, I've been following IR since pre-alpha and have enjoyed being able to play with .NET within Ruby. Since the beginning, the one thing that I've been most looking forward to has been debugging. I've seen that some debugging might already be in the current SVN rev (a blog post by John & I thi