Use late binding to get at the FORMS library

X

xp

Using Excel 2007;

I'm trying to use late binding to create a reference to the Forms library so
I don't have to reference it in my code. The following does NOT work:

Dim oData As Object
Set oData = CreateObject("MSForms.DataObject")

Can someone please correct the above form me so I can get at the
"DataObject" library?

Thanks.
 
X

xp

I guess the ultimate answer is, you can't use late binding with "DataObject"
so it's impossible; since it's not an ActiveX component.

Thanks for the reference.
 

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