[Rcom-l] New version of RExcel

2008-07-29 Thread Erich Neuwirth
There is a new version of RExcel and RExcelInstaller, RExcelInstaller_3.0-1 Since the rules for what can be made available have changed on CRAN, it is not possible any more to include the binary installer which used to be part of the installer package any more. Therefore, the RExcelInstaller packa

Re: [Rcom-l] Detecting if RExcel is installed

2008-07-29 Thread Erich Neuwirth
I think that you are perhaps doing too much work. The rule is that RExcel2007.xlam is installed in XL2007 and Rexcel.xla in XL2002 and XL2003. Application.Version will tell you which version of Excel is running the macros. 10.0 2002. 11.0 is 2003, 12.0 is 2007. That should be sufficient for you

RE: [Rcom-l] Detecting if RExcel is installed

2008-07-29 Thread Wayne.W.Jones
Hi fellow RExcel users, In a similar vain to the thread for detecting if RExcel is installed I thought I would share some simple VBA code. We have an RExcel application which will be in use by several different versions of Excel (2000,2003,2007) and thus RExcel. Rather than write different v