Page 1 of 1

Manual Excel connection with the Ranorex code module

Posted: Fri Jun 28, 2013 3:12 pm
by tiara
I dont want to use excel connection provided by Ranorex (http://www.ranorex.com/support/user-gui ... -file.html) but want to create one manually... How can I do that

Re: Manual Excel connection with the Ranorex code module

Posted: Fri Jun 28, 2013 4:03 pm
by Ciege

Re: Manual Excel connection with the Ranorex code module

Posted: Fri Jun 28, 2013 5:09 pm
by tiara
I am working in vb... and I am not able to import Microsoft. Office.*.*.... can you please provide some help with vb.net..???

Re: Manual Excel connection with the Ranorex code module

Posted: Fri Jun 28, 2013 5:29 pm
by Ciege
You need to make a reference to Microsoft.Office.Interop.Excel not "import" it...

http://msdn.microsoft.com/en-us/library ... e6zky.aspx

Re: Manual Excel connection with the Ranorex code module

Posted: Fri Jul 12, 2013 5:40 pm
by tiara
Yeah this helped.... I used interlop and its working ...
thanks