View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_235_] Leith Ross[_235_] is offline
external usenet poster
 
Posts: 1
Default Data Bound Controls in VBA??


Hello Trip,

In VB (Visual Basic) you have a .DataSource property for a TextBox. In
VBA (Visual Basic for Applications) the TextBox has a .ControlSource
property.

It's not clear to me if you are mixing the two languages together or
not. If you have questions about objects in VBA, use the Object Browser
in the Editor to see the Properties, Methods, and Events for a
particular VBA Object. Hope this helps you a little.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=482786