Results 1 to 6 of 6

Thread: [RESOLVED] which is highlighted one?? URGENT........

  1. #1

    Thread Starter
    Lively Member preethi_rjs's Avatar
    Join Date
    Dec 2006
    Posts
    80

    Resolved [RESOLVED] which is highlighted one?? URGENT........

    hi,

    i hav a form with MSFlexGrid of 7 cols.

    how to refer a highlighted row in it?

    i need the content(Text) of 2 column of that highlighted row?

    plz help me...........
    Preethi.

  2. #2
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: which is highlighted one?? URGENT........

    Try this:
    VB Code:
    1. With MSFlexGrid1
    2.     Debug.Print .TextMatrix(.Row, 1)
    3. End With
    Not tested tough

  3. #3

    Thread Starter
    Lively Member preethi_rjs's Avatar
    Join Date
    Dec 2006
    Posts
    80

    Red face Re: which is highlighted one?? URGENT........

    i need its value to be saved to a variable.

    hw am i to do this?
    Preethi.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: which is highlighted one?? URGENT........

    Quote Originally Posted by preethi_rjs
    i need its value to be saved to a variable.

    hw am i to do this?
    Substitue the Debug.Print with a variable name.

  5. #5

    Thread Starter
    Lively Member preethi_rjs's Avatar
    Join Date
    Dec 2006
    Posts
    80

    Thumbs up Re: which is highlighted one?? URGENT........

    yah, got it working.

    Thanx.
    Preethi.

  6. #6

Posting Permissions

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



Click Here to Expand Forum to Full Width