i have a multi column listbox with 3 columns, i would like to add verticle divider lines how is this done.
this is my current code:
Sub LoadlistBox1()
Dim lbtarget As MSForms.ListBox
Dim rngsource As Range
Set rngsource = Worksheets("Sheet5").Range("A3:D40")
Set...
hello
i have a code that searches column B for data entered in textbox, when the data is located it highlights active row yellow, i then added the following code so that when i changed from highlighted cell the row changed back to no fill. it worked but now i can not cut and paste within the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.