Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello guys,
I am newbie in VBA and I have an error 28: out of stack space; I do not understand why :( Sub test1() Dim cenom, cenonlala As String cenom = test2(cenonlala) ' I get this string name to input in my query End Sub Function test2(cenomtras As String) As String 'this function give me a string name cenonlala = "LALA" test2 = test2("LALA") End Function Can someone help me? Ina |
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 |