View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandra Sandra is offline
external usenet poster
 
Posts: 39
Default how open dbf in shared mode?

The code that opens a dbf-file for reading locks it. I use Excel Automation
in a VB6 app.

xl.Workbooks.Open FileName:=sFilePath, ReadOnly:=True

The file has to be opened for reading by many users.