Re: $$Excel-Macros$$ Opening Files or Links using VBA Code Ref: 816

2012-04-02 Thread Kremstep
This works Workbooks.open(YourFilePath) Thank you, Alex On Monday, April 2, 2012 9:48:01 AM UTC-4, Don Guillett wrote: > > One way to learn is to record a macro while doing manually > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* Kremstep

RE: $$Excel-Macros$$ Opening Files or Links using VBA Code Ref: 816

2012-04-02 Thread Rajan_Verma
Workbooks.open(YourFilePath) Rajan From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Kremstep Sent: Apr/Mon/2012 09:50 To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Opening Files or Links using VBA Code Ref: 816 Say I want to open a fi

Re: $$Excel-Macros$$ Opening Files or Links using VBA Code Ref: 816

2012-04-02 Thread dguillett1
One way to learn is to record a macro while doing manually Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: Kremstep Sent: Sunday, April 01, 2012 11:19 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Opening Files or Links using VBA Code Ref: 816 Say