View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter Atherton[_9_] Peter Atherton[_9_] is offline
external usenet poster
 
Posts: 1
Default Userforms - Display result of a calculation in a textbox

Garry

Code it as something like; Textbox3=textbox2-textbox1 and
Textbox4=textbox4/textbox3


Reagrds
Peter
-----Original Message-----
I am creating a ueserform that shows asks the user to
enter a cost price and a selling price for an item.

Is ther a way of having another box (textbox?)which will
show the result of a calculation based upon the two
figures entered e.g Profit made in absolute and
percentage terms.

Thanks for your help
.