Re: Excel activex control?
Instead of embed excel into a form why not to automate excel from vb6
The next link could help you a lot --->
http://www.vbforums.com/showthread.php?t=391665
Re: Excel activex control?
you can embed an excel workbook in an ole contaier
add the ole to your form, from the toolbox
not to say i would recommend this method
Re: Excel activex control?
Quote:
Originally Posted by
jggtz
Thanks for the suggestion... I am already familiar with creating/opening/reading/writing using Excel from within Vb. I was looking for something that gave the freedom of an excel spreadsheet but can also work with the program. Certain fields from the program would link to the spreadsheet and the spreadsheet would need to be automatically updated if the numbers within the program changed.
Re: Excel activex control?
Quote:
Originally Posted by
westconn1
you can embed an excel workbook in an ole contaier
add the ole to your form, from the toolbox
not to say i would recommend this method
I did see this but I have no idea how to use it. Why would you not recommend it?
Re: Excel activex control?
Re: Excel activex control?
i checked into that method a few yrs ago and i think i did not go that route
because it made my downloaded a lot bigger. I think that was the reason