Results 1 to 2 of 2

Thread: How to get the data copied on a clip board from MSHFlexGrid desired Cell?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Posts
    788

    How to get the data copied on a clip board from MSHFlexGrid desired Cell?

    Hello!

    Can anyone help me to get the code for the following. Using MS Access as backend.

    How to get the data copied on a clip board from MSHFlexGrid (desired Cell) Cell?

    Any cell that I click on should be copied to the Clipboard.

    Thanks

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: How to get the data copied on a clip board from MSHFlexGrid desired Cell?

    Code:
    Private Sub MSHFlexGrid1_Click()
        Clipboard.Clear
        Clipboard.SetText MSHFlexGrid1.Text, flexCFText
    End Sub

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