Hi,
I am working on an Excel 2003 application from
VB.NET (using VSTO) and would like to include the RefEdit control available from VBA ActiveX. I have the control imported ok and placed on my WinForm. However, when I debug and start the app, it quits at the point at which the form initializes. When I delete the control, everything works fine. I guess my first question is, can this control be used outside of VBA? If so, how? Thanks.
-B