View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 244
Default Open File Read Only

Should be really easy, why wont this work...

Workbook.Open:=("N:\Common\Resale Pricing
Team\Templates\Template -
VendorReleaseDetail.xls",0,ReadOnly:=True)

VBA Help dosent give example of opening read only, and
their help as you type is fairly worthless unless you
already have VBA experience. Little help please :)

c-