View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Teresa Teresa is offline
external usenet poster
 
Posts: 169
Default OPening worksheet

Hi,

In cell A1 I have a path: "C:\My Documents\March Rec.xls"

and I have code:

sub op()
A1.Open
end sub

Why doesnt this work? Thks a lot for your help