View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
KL[_6_] KL[_6_] is offline
external usenet poster
 
Posts: 18
Default OPening worksheet

This should work:

Workbooks.Open Range("A1").Text

Regards,
KL


"teresa" wrote in message
...
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