Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
xp,
There is a discussion here that may be of use: http://www.mrexcel.com/forum/showthread.php?t=192500 HTH, Bernie MS Excel MVP "xp" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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. "Bernie Deitrick" wrote: xp, There is a discussion here that may be of use: http://www.mrexcel.com/forum/showthread.php?t=192500 HTH, Bernie MS Excel MVP "xp" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Late Binding/Object Library Probelms | Excel Programming | |||
VB Extensibility library and "late binding" | Excel Discussion (Misc queries) | |||
Late Binding examples of binding excel application | Excel Programming | |||
Late binding to .XLA library?? | Excel Programming | |||
VBA References - when is Office Object Library Reference set? Best practice re. Early/Late binding ... | Excel Programming |