View Single Post
  #1   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?

I have created a few VBA objects ("classes") in a workbook. Now i would like
to use them in a WSH script without opening the workbook as well as calling
a workbook macro. Is it possible?

Could not find any information on that on the web so far. I've tried to
create the object via GetObject on exported .cls-file, but this does not
work. Do i maybe have to recompile it in VB6 instead or the like?

Thanks in advance,
Stefan Bialucha.