Re: [Rcom-l] Workaround Time Zone bug RExcel

2007-11-16 Thread Erich Neuwirth
alf Of Erich > Neuwirth > Sent: 16 November 2007 09:53 > To: R (D)COM and RExcel server related issues > Subject: Re: [Rcom-l] Workaround Time Zone bug RExcel > > > Could you please git into > Class Module CTime and change > > Property Get TimeZoneOffset() As Intege

RE: [Rcom-l] Workaround Time Zone bug RExcel

2007-11-16 Thread Wayne.W.Jones
2007 10:05 To: R (D)COM and RExcel server related issues Subject: Re: [Rcom-l] Workaround Time Zone bug RExcel There are problems with saving when you have multiple Excel files open. So the first thing to do is to close all but one Excel files. [EMAIL PROTECTED] wrote: > Hi Erich, > > T

Re: [Rcom-l] Workaround Time Zone bug RExcel

2007-11-16 Thread Erich Neuwirth
t; To: R (D)COM and RExcel server related issues > Subject: Re: [Rcom-l] Workaround Time Zone bug RExcel > > > There are problems with saving when you have multiple Excel files open. > So the first thing to do is to close all but one Excel files. > > [EMAIL PROTECTED] wrote: &

Re: [Rcom-l] Workaround Time Zone bug RExcel

2007-11-16 Thread Erich Neuwirth
Could you please git into Class Module CTime and change Property Get TimeZoneOffset() As Integer to Property Get TimeZoneOffset() As Long and check if that also solves the problem,. Then I would commit that change. > > Hi Everyone, > > I am being faced with the same bug as as a previous post

RE: [Rcom-l] Workaround Time Zone bug RExcel

2007-11-16 Thread Wayne.W.Jones
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erich Neuwirth Sent: 16 November 2007 09:53 To: R (D)COM and RExcel server related issues Subject: Re: [Rcom-l] Workaround Time Zone bug RExcel Could you please git into Class Module CTime and change Property Get TimeZoneOffset() As