I have a button on a form which runs the following code and sends parameters to a VBA function.
I want to append the returned value to a table.
Sounds simple, but I cannot make it work.
HELP!
Dim Value(100) As Integer
Dim HcLoop As Integer
For HcLoop = 0 to 100
ReturnValue(HcLoop) =...