Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-31 Thread Christian Asseburg
ary(rcom) E<-comCreateObject("Excel.Application") E[["Visible"]]<-TRUE W1<-E[["Workbooks"]]$Add() S1<-E[["ActiveSheet"]] W2<-E[["Workbooks"]]$Add() S1$Copy(Before=W2[["Worksheets",1]]) -- Christian Asseburg, PhD Bayesian Statistician

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-23 Thread Christian Asseburg
th <[EMAIL PROTECTED]> wrote: I ran your code in R 2.8.0 and it worked (did not crash but it ptobably also did not do what you wanted. Please explain what you want. Did you install the version of rcom compiled for R-2.8.0? Did you run comRegisterRegistry() after installing the new ver

Re: [Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Christian Asseburg
ect me if I am wrong). I would revert back to R.7.2 for now. Regards, Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Asseburg Sent: 22 October 2008 13:17 To: rcom-l@mailman.csd.univie.ac.at Subject: [Rcom-l] Update to R2.8.0: Can't

[Rcom-l] Update to R2.8.0: Can't copy Excel Worksheet

2008-10-22 Thread Christian Asseburg
nt the worksheet as a copy in W2, not in a new workbook. I'm using R 2.8.0 with Windows XP (Service pack 3), and rcom is installed by downloading the package from CRAN using the R menu. My Excel version is Excel 2000, version 9.0.6926 SP-3. Thanks for help. With best wishes -