Hey Guys
Today i thought "Hey I should try to give something back to you guys". So i start scrolling down the new posts and i come across "Run at Open" and i think to myself "This just got posted and I totally know how to do this". But someone had already gotten to it so i'll have to wait my turn to help someone
Until then i have a syntax question. I want to change the background color of one of the entires in my combobox listfillrange. If possible i do not want to modify the cell in which the listfillrange data is stored.
Combobox1 pull down menu
1
2<------modify this background color.
3
4
I know how to change the color of a regular cell using
ActiveCell.Interior.ColorIndex = 36
or
Range("A1:A6").Interior.Color = RGB(200, 160, 35)
but i do not know how to call a specific index in the listfillrange properly.
Please help
Thanks
Bookmarks