From: Ryan Westerberg Date: 2009-07-09T22:46:11+09:00 Subject: Re: Using ruby to open an Excel file on a mac I have another question pertaining to individual tabs in the excel workbook itself. I looked through the link on appscript that you sent and maybe I missed it and if I did my apologies. In windows I'm able to to do the following in order to get data from different worksheets within the excel workbook worksheet1= workbook.Worksheets('Testdata') worksheet2= workbook.Worksheets('Items') I have workbook defined as: workbook = MacTypes::Alisas.path(/insert path here/workbookname.xls) This should be the last question I have. Thanks for again for the help -- Posted via http://www.ruby-forum.com/.