Excel 2000 VBA Question

Sharky Forums


Results 1 to 2 of 2

Thread: Excel 2000 VBA Question

  1. #1
    Sushi
    Join Date
    Feb 2002
    Location
    Japan
    Posts
    3

    Question Excel 2000 VBA Question

    How do i "catch" mouse clicks in Excel 2000?

    i want to "get" the data in each cell the user clicks on and convert it to string. as the user keeps on clicking on cells (same or different cells), the string becomes longer.

    Thank you very much in advance.

  2. #2
    Catfish df's Avatar
    Join Date
    Sep 2000
    Location
    Lexington VA(USA) + Melbourne(Aus)
    Posts
    146
    i dont think there is a cell_onclick event. the only way i think of it would be subclassing the mouse event i guess to trap all mouse messages.

Posting Permissions

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