View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jason Lepack Jason Lepack is offline
external usenet poster
 
Posts: 120
Default opening a workbook with VBA

Sorry the brackets are not required as it's being used as a procedure
not a function.

Workbooks.Open "path to your workbook\name of your workbook.xls"

Cheers,
Jason Lepack

On Apr 8, 4:24*pm, Jason Lepack wrote:
Workbooks.Open("path to your workbook\name of your workbook.xls")

On Apr 8, 4:15*pm, wrote:



I must be thick. How can I open a workbook with VBA?- Hide quoted text -


- Show quoted text -