Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1878026431
In VBA (Excel) I'm written procedure with an incoming parameter of type Object. I need to determine which base class (not type) has this parameter. How I can do it? Public Sub FillControl(TargetControl As Object, SomeRS As ADODB.Recordset) If [TargetControl is ComboBox] Then TargetControl.AddItem "Item1" ... ElseIf [TargetControl is Label] Then TargetControl.Text = "Some text" ... End If End Sub Thanks! Dmitry V. Petkun |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Incoming file links | Excel Discussion (Misc queries) | |||
Incoming curve ball | Excel Discussion (Misc queries) | |||
incoming mail excel | Excel Discussion (Misc queries) | |||
How to choose if I use a parameter or not in a parameter query | Excel Discussion (Misc queries) | |||
Live incoming data | Charts and Charting in Excel |