View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Przemek[_2_] Przemek[_2_] is offline
external usenet poster
 
Posts: 9
Default launch macro in other workbook



For Each wb In Workbooks
If (left(wb.name,1) )= "_" Then application.run wb.name &"!" & mymacro
Next wb