Connecting Tech Pros Worldwide Help | Site Map

Using vb.net to dynamically create excel activeX controls

done1105@yahoo.com
Guest
 
Posts: n/a
#1: Mar 9 '07
Using VB.net, i want to dynamically create a workbook and add a
command botton to one of the sheets. how would i do this? I see
examples using VBA but i am not able to translate them to Vb.net.
Also, after having created the button, how would I be able to define
an event for it (such as the click event). Thanks

rowe_newsgroups
Guest
 
Posts: n/a
#2: Mar 9 '07

re: Using vb.net to dynamically create excel activeX controls


On Mar 9, 11:55 am, done1...@yahoo.com wrote:
Quote:
Using VB.net, i want to dynamically create a workbook and add a
command botton to one of the sheets. how would i do this? I see
examples using VBA but i am not able to translate them to Vb.net.
Also, after having created the button, how would I be able to define
an event for it (such as the click event). Thanks
Addhandler is used to assign an event handler at runtime.

Thanks,

Seth Rowe

Closed Thread


Similar Visual Basic .NET bytes