Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just assign the value to return to the name of the function:
Sub test1() Dim cenom, cenonlala As String cenom = test2(cenonlala) End Sub Function test2(cenomtras As String) As String cenonlala = "LALA" test2 = cenonlala End Function -- Regards, Tom Ogilvy "ina" wrote: Thanks it is just to understand as i need to get data from function to sub :) :) :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Out of Stack Space error | Excel Discussion (Misc queries) | |||
Out of Stack space - run time error 28 | Excel Discussion (Misc queries) | |||
'Out of stack space' error on SaveAs | Excel Programming | |||
Out of Stack Space error | Excel Programming | |||
Run time error 28: Out of stack space | Excel Programming |