Consulting

Results 1 to 3 of 3

Thread: Value of column from selected row

  1. #1

    Value of column from selected row

    Hi all,

    would like to know the vba command if i need to find out the value of the first column if i select a row. (eg row 45 selected, like to know the value of A45)

    thank you in advance.

  2. #2
    Moderator VBAX Guru Simon Lloyd's Avatar
    Joined
    Sep 2005
    Location
    UK
    Posts
    3,003
    Location
     
    Range("A" & Activecell.row).Value
    Regards,
    Simon
    Please read this before cross posting!
    In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
    If I have seen further it is by standing on the shoulders of giants.
    Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)

  3. #3
    Quote Originally Posted by Simon Lloyd
     
    Range("A" & Activecell.row).Value
    Thank you so much for the prompt reply.
    will test it immediate.
    finally can start to work on my model again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •