
07-27-2010, 04:35 PM
|
 |
Out Of Office
Retired Moderator * Expert *
|
|
Join Date: Mar 2005
Location: London, UK
Posts: 3,398
|
|
|
Hi,
I assume this is VB.Net?
There are various levels of complexity to this sort of question - is the workbook open in a single Excel instance, is it open in any of multiple Excel instances, is it open on another user's PC, etc?
It sounds like this is the simplist scenario where you need to check whether the workbook is open in an Excel instance you already have a reference to. You can build a simple function to loop through the Workbooks collection, checking each member in turn for a match.
Hope that helps...
|
|