• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Highlight correspondence row

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
 
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.
 
Back
Top