Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" wrote in message ... 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... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, they are user forms and yes I was closing them. Changed to hide and
just what I wanted. Thanks... "Vasant Nanavati" wrote: 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" wrote in message ... 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... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When the userform is closed by whatever method, hide it do not unload it.
Take a look at the QueryClose method to give you extra control over the close. -- HTH RP (remove nothere from the email address if mailing direct) "The Hawk" wrote in message ... 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... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel ODBC driver created table/data not persistent | Excel Discussion (Misc queries) | |||
How to Delete a persistent Toolbar? | Excel Discussion (Misc queries) | |||
Empty but persistent toolbar | Excel Programming | |||
Persistent data in an Add-in | Excel Programming | |||
Persistent Excel toolbar | Excel Programming |