Ok, not so sure why this is harder than it seem but noting is working. I have been all over this BB and others and nothing works
I have tried copying just adding the values. I have tried declaring variables I have tried something with LEN in it and several other
things I can think of but nothing is putting the totals of my text boxes in the answer box.
Everything I've read wants me to put it in the Private Sub UserForm_Initialize() but I'm not sure that will work because I have values changing
after the form has been loaded.
I have a user form and there is 7 boxes where values get brought into by clicking on
a name in a dropdown box. Each new name brings a seperate set of values.
The text boxes are YTDQ3, YTDQ4, YTDQ5, YTDQ6, YTDQ7, YTDQ8, YTDQ9.
The next box populates with the value 65
the totals box "YTDOKCscores" should take the values that show up in Q3 through Q9
add them together then divide by the 65 "YTD65"
I need YTDOKCScores to change each time Q9 changes so I have been trying to code it in
the change event for YTDQ9
All boxes are formatted like this YTDQ3 = Format(YTDQ3, "#0.00") and is working
I've just completely run out of ideas.
Any help would be greatly appreciated.
I have tried copying just adding the values. I have tried declaring variables I have tried something with LEN in it and several other
things I can think of but nothing is putting the totals of my text boxes in the answer box.
Everything I've read wants me to put it in the Private Sub UserForm_Initialize() but I'm not sure that will work because I have values changing
after the form has been loaded.
I have a user form and there is 7 boxes where values get brought into by clicking on
a name in a dropdown box. Each new name brings a seperate set of values.
The text boxes are YTDQ3, YTDQ4, YTDQ5, YTDQ6, YTDQ7, YTDQ8, YTDQ9.
The next box populates with the value 65
the totals box "YTDOKCscores" should take the values that show up in Q3 through Q9
add them together then divide by the 65 "YTD65"
I need YTDOKCScores to change each time Q9 changes so I have been trying to code it in
the change event for YTDQ9
All boxes are formatted like this YTDQ3 = Format(YTDQ3, "#0.00") and is working
I've just completely run out of ideas.
Any help would be greatly appreciated.