View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ctech[_88_] Ctech[_88_] is offline
external usenet poster
 
Posts: 1
Default For each workbook in Folder


How can I open all excel workbooks in a folder which starts with
"BFR"...

Something like this:


For each wb in folder("X")
if filename = "BFR*" then
end if
Loop


how do I write this correct?


Thanks for the help


--
Ctech


------------------------------------------------------------------------
Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=505288