jayjay2022
New Member
- Joined
- May 28, 2022
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
- Mobile
Hi everyone,
I am wanting to set focus on the last entry in my listbox, after I have added to the database.
Currently my listbox only displays when an entry has been made. The listbox shows the complete database which is fine, but I am wanting to set focus on the lastline as this is the current entry.
See screenshopt below
This is the code I am using just for the listbox -
ListBox1.ColumnCount = 8
ListBox1.RowSource = "A1: J65356"
Can someone please help me? Thanks in advance.
I am wanting to set focus on the last entry in my listbox, after I have added to the database.
Currently my listbox only displays when an entry has been made. The listbox shows the complete database which is fine, but I am wanting to set focus on the lastline as this is the current entry.
See screenshopt below
This is the code I am using just for the listbox -
ListBox1.ColumnCount = 8
ListBox1.RowSource = "A1: J65356"
Can someone please help me? Thanks in advance.