Userform Listbox change to show bottom rather than top entries of associated database?

dellehurley

Board Regular
Joined
Sep 26, 2009
Messages
171
Office Version
  1. 365
Platform
  1. Windows
Hi
I have a listbox in a userform which shows the connected database. Currently it shows the entries at the top of the database. There is a scroll bar on the side. This will go to the bottom (but never actually shows the final entry only the second last). Is there a way I can change the listboxs's to show the last rows ie. most recently added entries on the list rather than the top of the list and having to scroll down?
Dannielle
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
hi,
couple of ideas

- change your add record code to insert new records in the first rather than the last row of your database

or

- after adding a record, sort the database so that latest date appears at top


Dave
 
Upvote 0
hi,
couple of ideas

- change your add record code to insert new records in the first rather than the last row of your database

or

- after adding a record, sort the database so that latest date appears at top


Dave
I'll give it a go thanks
 
Upvote 0

Forum statistics

Threads
1,215,655
Messages
6,126,051
Members
449,283
Latest member
GeisonGDC

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top