excel vba - How do I declare a global variable in ... - Stack Overflow
I wrote the following code: Function find_results_idle() Public iRaw As Integer ... You need to declare the variables outside the function: Public iRaw As Integer ...
stackoverflow.com |