I get the following error when trying to open a workbook file.
The process cannot access the file '.. File.xls' because it is being used by another process.
Instead of opening the file again, if the file is already open, how do I bring that workbook forward.
Copied from OP's comment:
Excel App is on front. The thing is, I opened a WorkBook programmatically, came to front. Now I did some work on old workbooks, clicked the button again to open the Workbook which is already open. Now since its open, gave me exception. So instead of that I want that old sheet to come front.