Hi, I am trying to find out what is the code that is used when software such as excel divide one number by another, and how this would be expressed as a user defined function.For example if you wanted to find A, where A = B / C. Then would the code do a do loop of C = C + C, until C > B?