G
GV
Hi,
I am new to VB. I want to be able to call different
function from within another function.
e.g Private Sub FunctionCaller(FunctionName As String)
Call FunctionName(Parameters)
End Sub
Now every time I excute the FunctionCaller it always
return a error message "Compile Error , Execpt Sub,
Function or property"???
I dont know if either I am missing something or I am
totally doing it wrong.
Anyone with any sugessations or any other way of achieving
it?
TIA
GV
I am new to VB. I want to be able to call different
function from within another function.
e.g Private Sub FunctionCaller(FunctionName As String)
Call FunctionName(Parameters)
End Sub
Now every time I excute the FunctionCaller it always
return a error message "Compile Error , Execpt Sub,
Function or property"???
I dont know if either I am missing something or I am
totally doing it wrong.
Anyone with any sugessations or any other way of achieving
it?
TIA
GV