Thread: Refresh Listbox
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fi.or.jp.de fi.or.jp.de is offline
external usenet poster
 
Posts: 93
Default Refresh Listbox

Hi All,

I have excel userform, which is connected to access database.

I have customer details in access dabase.

I will search using excel userform, results are displayed in listbox.
I will select the listbox item and update the required details.
If I click save it saves to database. That is working fine.

What I need is, If click save it need refresh the listbox item also
with saved details.

Is this possible. ??