> 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
"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
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
--
---