Hi,
I'm having a problem when calling a module funtion.
I have a Module3 witch performs a calculation. For this i have to give a value to a variable "h1" and in the end it returns me the value of variable "w1".
My problem is that i need to call "Module3.equations" function several times in the same "Private Sub", and the returned variable "w1" only stays correct for the first calling. If i use a second calling giving to "h1" a different value, the new "w1" doesn´t have the expected value.
Thank you and sorry for the BIG question.
Bookmarks