Thread: TextBox value
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default TextBox value

did you choose to save the workbook when you closed the programme down. All
data is saved in the file for the workbook.

further exploring, when you update the value in the textbox which displays
the value in A1, does the value in A1 change to match? If not, is
calculation set to manual?

--
Regards,
Tom Ogilvy


"KK" wrote in message
...
I have a Userform which has a one Multipage with a spreadsheet and one

Frame
with two Textboxes. At the moment I have a value which is displays on the
spreadsheet (say A1) and the same value also displayed on one of the

Textbox.
But when I close the programme down, it does not save any data that has
changed, it returns the original values. How do I go about sorting this

out?
--
KK