View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Nafhen@gmail.com is offline
external usenet poster
 
Posts: 1
Default HELP ListBox Save Data to Hidden Sheet, and ReLoad It upon opening

My experience with VB in Excel is limited so if some can help me
finish my final project that will be great.

I have a userform with a listbox, that I can add and delete records
from the listbox during each session while the form is open once I
close the form I loose my listbox values. I would like to load this
data upon closing the form ie when the form closes that data in the
list box will be sent to a page to be reloaded when the form is
reopened. Can some one show me the code for this. Thank you Nate

My form name is = frmServall
My Sheet name is = Sheet3 (where I want to save to and load from)
My listbox name is = Listbox1

if you need to see the file email me at and I will
send it to you. Thanks Again.