View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bimal[_3_] Bimal[_3_] is offline
external usenet poster
 
Posts: 6
Default Running a excel macro from VB6

Is it possible to run few excel macro from VB6?
I have few macro that takes data from 4 diffrent
sheet of same workbook and then adds a report sheet
where it dumps the report(it also creats the temp
sheet 3 times and then delets the same after calculations
are over). I want to create a exe file from VB6 which
will take data from this workbook and produce the
report in the new workbook.


Will appreciate any guides or pointers as I am new in VB.
Regards,
Bimal