View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Phil Hibbs Phil Hibbs is offline
external usenet poster
 
Posts: 100
Default Updating the VBA code in multiple spreadsheets

Fixed it - I can't use the module name as a collection index, I need
to loop through them checking the Name property of the VBComponent.

Phil Hibbs.