View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stefan Bialucha Stefan Bialucha is offline
external usenet poster
 
Posts: 4
Default Working with VBA classes via WSH possible?

Ok, i have to refine the question to two cases:
1) The VBA object does not interact with Excel at all, let's say it just
acts as a file interface.
2) The VBA object does interact with Excel, let's say it calls workbook
macros or uses sheets for data handling.