Displaying 1 result from an estimated 1 matches for "rcom_srv".
Did you mean:
compsrv
2007 Oct 23
0
Problem with R(D) Com and R within Excel
...en up the first sample sheet.
As Excel executes auto_open, it stops at function "ExcelVersionMajor"
and complaines that a certain type library is missing:
missing rcom 1.0 type library
It appears to be looking for this in the wrong directory:
C:\Progra~2\R\R-24~11\library\rcom\libs\rcom_srv.tlb
I am currently using R2.6.0 which is located in Program Files\R\R-2.6.0
The library it is looking for is in a subdirectory there in library\rcom\libs
When I link in that library through the References dialog box in VBA
and rerun Auto_Open, that version of Excel works fine.
However, if I c...