Re: $$Excel-Macros$$ Help in Excel-macro to open files whose name start with "Extract"

2010-06-07 Thread Sunny Kapoor
> MsgBox msg > End If > End Sub > > Paul > > ________ > From: Sunny Kapoor > To: MS EXCEL AND VBA MACROS > Sent: Thu, June 3, 2010 8:34:10 AM > Subject: $$Excel-Macros$$ Help in Excel-macro to open files whose name start > with "Extrac

Re: $$Excel-Macros$$ Help in Excel-macro to open files whose name start with "Extract"

2010-06-03 Thread Paul Schreiner
"EXTRACT") Then msg = msg & Chr(13) & f.Name Workbooks.Open Filename:=PathFldr & f.Name End If Next MsgBox msg End If End Sub Paul ____________ From: Sunny Kapoor To: MS EXCEL AND VBA MACROS Sent: Thu, June 3, 2010 8:34:10 AM Subject: $$Excel-Ma

$$Excel-Macros$$ Help in Excel-macro to open files whose name start with "Extract"

2010-06-03 Thread Sunny Kapoor
I need to make a macro to open files whose name start with Extract...the Folder has about 15 files and about 10 files begin with "extract". I think i need a loop to do it but dont know how to do it.plz help -- ---