VBABEGINER
Well-known Member
- Joined
- Jun 15, 2011
- Messages
- 1,284
- Office Version
- 365
- Platform
- Windows
Hi,
Experts, require ur suggestion.
how to select listbox inside items by default. after done my every operation the status of cursor (not mouse cursor- by keypad) again read the last value in the listbox.
suppose, acb is the current value. then after doing my some calculation steps on cells, i used one command button for record the value in some other cells.
again the status of cursor go to on acb.
acb
mccb
lcb
**********************
or lets forget about any perticular item.....the status of cursorr should go in listbox items...
Experts, require ur suggestion.
how to select listbox inside items by default. after done my every operation the status of cursor (not mouse cursor- by keypad) again read the last value in the listbox.
suppose, acb is the current value. then after doing my some calculation steps on cells, i used one command button for record the value in some other cells.
again the status of cursor go to on acb.
ListBox1.Selected = True........is this right line?
acb
mccb
lcb
**********************
or lets forget about any perticular item.....the status of cursorr should go in listbox items...
Last edited: