View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dailem dailem is offline
external usenet poster
 
Posts: 6
Default Textbox Value not updating

I have a series of textboxes (3) that a user can define a particular
numerical value to represent what is good, okay & bad (i.e. green,
yellow, & red conditional background formatting is later applied using
these criteria). But when I change the amount in one of the text
fields & then run my application, the values are not being used. It is
always looking at what the original default value of the textbox was.
I've tried a few different changes in the events section of the
textbox, but I'm at a loss. What do I need to do here if I want the
app. to use the figures the user inputted? As always, help is much
appreciated!!