require 'win32ole'
$application = WIN32OLE.new('Excel.Application')
generalworksheet=$application.Workbooks.Open(Dir.getwd+"\\Testdata\\testdata.xls").Worksheets("General")
generalworksheet.Activate
$test_site=generalworksheet.Cells(6,2).value
On Tue, Aug 11, 2009 at 1:14 PM, zakir hussain <[email protected]> wrote:
> Hi,
>
> I wud like to post in this group. Kindly add me in this chain
>
>
> Thanks
>
> zakir
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---