Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Persistent Data in a Combo Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Persistent Data in a Combo Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Persistent Data in a Combo Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Persistent Data in a Combo Box

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel ODBC driver created table/data not persistent Farid Z Excel Discussion (Misc queries) 2 May 19th 10 05:14 PM
How to Delete a persistent Toolbar? alainr Excel Discussion (Misc queries) 6 October 6th 05 04:29 PM
Empty but persistent toolbar Mark Tangard[_3_] Excel Programming 5 July 21st 04 05:21 PM
Persistent data in an Add-in Bura Tino Excel Programming 12 May 4th 04 07:20 PM
Persistent Excel toolbar Mohamed ABOU-ZAID Excel Programming 0 October 1st 03 04:45 PM


All times are GMT +1. The time now is 04:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"