Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get x value from Function Test() in CommandButton1_Click() function
? Function Test(ByVal x As Integer) x = 12 End Function Private Sub CommandButton1_Click() para_ret = Test(x) MsgBox "x is " & para_ret End Sub Regards, Tee |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
parameter | Excel Programming | |||
How to choose if I use a parameter or not in a parameter query | Excel Discussion (Misc queries) | |||
What does this parameter mean? | Excel Programming | |||
Working with Arrays, pasing from function to function | Excel Programming | |||
optional parameter | Excel Programming |