Message-ID: <CAOPdpkapr03HyiV4UYP7VKmk7F3uOwyc70+k4rB6RmxRw-TCQw@mail.gmail.com>
Date: 2015-06-23T06:19:22Z
From: Kunal Shah
Subject: Using excel.link package in Real Time Environment
I used excel.link package in *R*
1. Imported data *D* from excel using xl[[MyRange]]
2. Done some manipulations on the data
3. Exported data ModifiedD from *R* to Excel using the same
function xl[[MyNewRange]]
It is working fine. Results are displayed properly but sometimes it gives
the following error
Error in xls[["Visible"]] : Cannot locate 0 name(s) Visible in COM object
(status = -2147418111)
Then when I again run R, it works properly
Regards
[[alternative HTML version deleted]]