From: Bryan Weatherly Date: 2006-07-03T08:10:20+09:00 Subject: Re: win32ole copying excel sheets ------=_Part_18289_905906.1151881816614 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've taken a look at MSDN, but I can't figure out how to translate their code snippets for VB and C# into Ruby. In particular the VB line that does what I am trying to accomplish is: Sheets("Sheet 1").Copy After:=Workbooks("temp.xls").Sheets(7) On 7/2/06, James Britt wrote: > > > > > Have you tried MSDN? Microsoft tends to have copious docs on their > developer site. > > > > -- > James Britt > > > ------=_Part_18289_905906.1151881816614--