Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm hungup trying to pass a combo box to a procedure with the 'Type Mismatch'
error. Here's a sample of what I'm trying to do. I think I'm passing the string title of the cbox instead of the object. Private Sub UserForm_Initialize() Debug.Print "txtBox1 Name = " & Me.txtBox1.Name Call PassTxtBox(txtBox1) End Sub Private Sub PassTxtBox(ByRef itxtBox As TextBox) Debug.Print "Passed Text Box Name = " & itxtBox.Name End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pass paramter to SQL server stored procedure | Excel Programming | |||
How to pass sheet reference to a procedure | Excel Programming | |||
How to pass a variable from Form back to calling procedure | Excel Programming | |||
Pass switch to Main procedure | Excel Programming | |||
How to pass an Excel range as an argument to a SQL Server stored Procedure | Excel Programming |