I am a vba novice, I created a user defined function in excel which calculatesthe total price based on quantity. I called the function TotalPrice()How can I call the function TotalPrice within another function?
State the module first and then call the function.for example, your TotalPrice function is in module1.module1.TotalPrice