What do you mean by "enabled several forms?"

Are these UserForms? If so, hide the forms rather than unloading them when
the users try to close them.

--

Vasant

"The Hawk" <TheHawk@discussions.microsoft.com> wrote in message
news:81D51316-A52A-41D8-A6F1-9BB1CDF9A001@microsoft.com...
> I am a newbie so please bear with me. I have an Excel workbook in which I
> have enabled several forms. The users sometimes close a form and then
> re-open it to pick up where they left off. How do I set the text and

combo
> boxes to keep the data in them persistent so long as the workbook has not
> been closed? Is this a Property of the form fields or do I need to write
> sppecific code? Thanks...