Ok, thanks anyway Mark and Fazi, I will keep looking
If somebody helps you, take time to RATE the post. I do. "FAILURE IS NOT AN OPTION. It comes bundled with the software." Below are some of the threads that have helped me along the way: CodeBank submission: Listview Backcolor (without subclassing) Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips Ideas & Screen Shots For A Code Library App How to do Data validation in Excel, Conditional Formating in Excel
I have been looking at MSDN here and more specifically here I have tried using this but I get the error message: Run-time-error '438': Property doesn't support this method Code: lresult = SendMessage(lvwShowAll, LVM_SETSELECTEDCOLUMN, 12, 0) I just wondered what I have wrong with this code, and secondly, is this something that would achieve what I am after?
lresult = SendMessage(lvwShowAll, LVM_SETSELECTEDCOLUMN, 12, 0)
Forum Rules