Hi,

There are various command buttons on my form. When clicked, they load text into a textbox.

For example,

Command1_click()
Text1.text="Welcome to part one"
end sub

So there are a lot of buttons like this that can be clicked in any order.

I want a different button, a 'Back' button, that when clicked will make the text that was previously in the textbox, before they clicked the command button, appear.

Does anybody know how I could do this?

Thanks.