Thread: Refresh Listbox
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas[_3_] Bob Umlas[_3_] is offline
external usenet poster
 
Posts: 320
Default Refresh Listbox

me.repaint

"fi.or.jp.de" wrote in message
...
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. ??