ActiveX Control in VB.Net

A

Adam

I'm transitioning from VBA to VB.net, and having some trouble with
user defined ActiveX controls. In a worksheet I dropped in a ActiveX
control. In VBA I can just do Sheet1.Mycontrol to access it. In my
VSTO environment when I do Sheet1.Mycontrol, I get a Mycontrol is not
a member of Sheet1. How do I access ActiveX controls in VB.Net?

Thanks!
Adam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top