Thread: Textbox query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg B[_9_] Greg B[_9_] is offline
external usenet poster
 
Posts: 4
Default Textbox query

Hi all

I am making a userform and I cant think how to get this to work. I am
trying to add textbox2 value to textbox3's ie 2 + 6 = 8

Here is the code I am using. Sorry I have a bit of brain fade.

TOTPEGS.Caption = TextBox2.Value + TextBox3.Value