My Visual FoxPro 6 code programmatically opens an Excel workbook through COM with objExcel.Application.Workbooks.Add(<Filename>)
This works fine except when the workbook is marked for sharing. In that case, it loads OK but immediately displays a Save As dialog with the default filename of the original plus the character '1'. <Filename>1 does not exist in my registry, code or anywhere else on my machine that I can detect. The workbook does not contain any macros and AutoSave is off. Can anyone explain this?
This works fine except when the workbook is marked for sharing. In that case, it loads OK but immediately displays a Save As dialog with the default filename of the original plus the character '1'. <Filename>1 does not exist in my registry, code or anywhere else on my machine that I can detect. The workbook does not contain any macros and AutoSave is off. Can anyone explain this?