Veroniquelu
10 years agoContributor
How to use the value in the previous function
For example: function a (b) { return (c:c) } function a (e) { return (f:f) } function d (c,f) { //Statement } I am calling the functions thru excel, I would like to run function...
- 10 years ago
My issue has been resolved, I simply used multiple Global Variables instead of trying to use Global Array. Thank you all the same.