simora
11-01-2024, 11:38 PM
I am populating a listbox like:
.RowSource = Worksheets("Sheet2").Range("A2", Range("H655").End(xlUp)).Address .
. ColumnWidths = "90;95;100;90;80;80;31;80"
.ListStyle = fmListStyleOption
When I make a listBox selection, how can I go to Column E of the selected row on the WorkSheet and highlight it temporarily; X Seconds
{ The Column E Cell Address }
.RowSource = Worksheets("Sheet2").Range("A2", Range("H655").End(xlUp)).Address .
. ColumnWidths = "90;95;100;90;80;80;31;80"
.ListStyle = fmListStyleOption
When I make a listBox selection, how can I go to Column E of the selected row on the WorkSheet and highlight it temporarily; X Seconds
{ The Column E Cell Address }