S sambit Member Feb 20, 2015 #1 Hi, pl help If I select any cell in a table, correspondence row should be highlight. Attachments Highlight.xlsx Highlight.xlsx 10.9 KB · Views: 3
Khalid NGO Excel Ninja Feb 20, 2015 #2 Hi Sambit, I think you should go through this: http://chandoo.org/wp/2012/07/11/highlight-row-column-of-selected-cell-using-vba/ Regards,
Hi Sambit, I think you should go through this: http://chandoo.org/wp/2012/07/11/highlight-row-column-of-selected-cell-using-vba/ Regards,
S sambit Member Feb 20, 2015 #3 Hi Khalid, Thanks for reply. but when I select range of cell getting Run time error '424': object required. Private Sub Worksheet_SelectionChange(ByVal Target As Range) [selrow] = Target.Row [selcol] = Target.Column End Sub
Hi Khalid, Thanks for reply. but when I select range of cell getting Run time error '424': object required. Private Sub Worksheet_SelectionChange(ByVal Target As Range) [selrow] = Target.Row [selcol] = Target.Column End Sub
Khalid NGO Excel Ninja Feb 20, 2015 #4 You have to mentioned selrow & selcol to perform VBA+CF as Chandoo did in his sample file. I suggest you to download the sample file, and then manage your work accordingly.
You have to mentioned selrow & selcol to perform VBA+CF as Chandoo did in his sample file. I suggest you to download the sample file, and then manage your work accordingly.
Hui Excel Ninja Staff member Feb 20, 2015 #5 See attached: Attachments Highlight.xlsm Highlight.xlsm 16.8 KB · Views: 4