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.
--