Ok i know i have done this before but im totally blanking. I want to user the inputvalue in procedures called from controller, but it just shows as empty.
What am i doing wrong?
What am i doing wrong?
Code:
Sub controler()
Static inputvalue As Long
inputvalue = InputBox("Please set min size of trades.")
'other macro's called here
end sub