Hi all.
Been a while since I've posted here as I'm no longer a full time programer, but rather a guitar maker (yea, big change of carreer...).
That said, I did make my own business management software out of VB6. One of the things it does is generate financial reports in Excel. What I would like to do is to be able to have an excel macro (from wihin my generated report) to talk to my VB app and make it do things (like if it was a COM+ object I could refer using the GetObject method).
Now if I remember correctly, that is not possible with a VB6 app. Am I right?
If so, could I use the SendMessage API to a VB6 app in order to make the macro talk to the app?
Or any other suggestion?
Thanks!
Been a while since I've posted here as I'm no longer a full time programer, but rather a guitar maker (yea, big change of carreer...).
That said, I did make my own business management software out of VB6. One of the things it does is generate financial reports in Excel. What I would like to do is to be able to have an excel macro (from wihin my generated report) to talk to my VB app and make it do things (like if it was a COM+ object I could refer using the GetObject method).
Now if I remember correctly, that is not possible with a VB6 app. Am I right?
If so, could I use the SendMessage API to a VB6 app in order to make the macro talk to the app?
Or any other suggestion?
Thanks!