View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Omar Jon Omar is offline
external usenet poster
 
Posts: 2
Default Limitations of a shared workbook

Adding new sheets to a workbook is not supposed to be limited in a
shared workbook (according to the help) but when I try to add a sheet
based on a template using the statement;

Sheets.Add Type:= _
"C:\WINDOWS\Application Data\Microsoft\Templates\Template.xlt"

I get errormessage telling me this opperation is not allowed in a
shared workbook. Am I doing something wrong or is this one of the
things you are not allowed to do if the workbook is shared?

Jon Omar