Consulting

Results 1 to 3 of 3

Thread: Solved: extract row from multi row range

  1. #1
    VBAX Regular
    Joined
    Dec 2008
    Posts
    13
    Location

    Solved: extract row from multi row range

    Hi

    I know
    Set v2 = Application.Index(r2, , 19)
    will extract a column (19) from a multi column range, but I cant seem to get the right syntax for doing this with a row.

    Please help Thanks

  2. #2
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,876
    [VBA]Set v3 = Application.Index(r2, 3, 0)
    [/VBA]
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  3. #3
    VBAX Regular
    Joined
    Dec 2008
    Posts
    13
    Location
    Thank You

Posting Permissions

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