Which PC has workbook open?

I

ianripping

Is there a way of finding out which Networked PC is using a cerai
workbook usgin VBA
 
T

Tom Ogilvy

Some say this doesn't work for them, but open the workbook Readonly and then
check

workbooks("workbookinquestion.xls").WriteReservedBy
 
Top