Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there an event to cover when a label's caption changes?
When I took VB6 we used an ODBC control to connect to a database, is that option available? I don't need to import an entire table, but I would like to search through records via the ODBC control. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Claud Balls wrote:
Is there an event to cover when a label's caption changes? AFAIK you can only change a label's caption programmatically at run-time so do you *need* an event? When I took VB6 we used an ODBC control to connect to a database, is that option available? I don't need to import an entire table, but I would like to search through records via the ODBC control. I can't find that control on my machine I have the MS ADO DataControl but I'm not sure whether it ships with a version of Excel/Office. However, because controls on a userform lack design-time property pages that VB6 supports, you may find that an ADO recordset is just as useful. Jamie. -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ODBC AfterRefresh Event and Shared Workbook | Excel Worksheet Functions | |||
call a function on control click event | Excel Discussion (Misc queries) | |||
No change event on control toolbox combo box when selection is the same? | Excel Programming | |||
Control Exit event | Excel Programming | |||
Cannot get appropriate Event fired with WinSock control | Excel Programming |