09-21-2011, 03:39 PM
Hi,
In my application when i click on one link .A excel is poped.I have to compare the values from this excel and from application.
I am saving the excel file by activating in using -
Window("Microsoft Excel").Activate
and then using the shortcut keys to save . Ctrl+s
Then comparing values.
But This code is not working fine everytime.Sometimes it works fine some times it doesnt recognise the excel object.
please help.
In my application when i click on one link .A excel is poped.I have to compare the values from this excel and from application.
I am saving the excel file by activating in using -
Window("Microsoft Excel").Activate
and then using the shortcut keys to save . Ctrl+s
Then comparing values.
But This code is not working fine everytime.Sometimes it works fine some times it doesnt recognise the excel object.
please help.