+ Reply to Thread
Results 1 to 2 of 2

Problem Storing X,Y Coords with MouseDown

  1. #1
    Registered User
    Join Date
    05-03-2017
    Location
    louisiana
    MS-Off Ver
    2010
    Posts
    5

    Problem Storing X,Y Coords with MouseDown

    I am trying to get the simple code below to cycle and put X and Y coordinates sequentially into cells. I can do it for the first cell, but it doesn't repeat. If I code it to put x and y in other cells, it automatically puts the first X and Y in all the cells--all the same number with only one click.

    Sugestions?

    Private Sub Image1_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
    Range("A1").Value = X
    End Sub


    'Even when I put B1 for the x coordinate in B1 from the second click, B1 gets popullated after the first click, and all are the same x and same y.
    Last edited by levins1951; 05-05-2019 at 02:23 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,539

    Re: mousedown

    Administrative Note:

    We would very much like to help you with your query, however the thread title does not really convey what your request is about.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA Image MouseDown + Form MouseMove
    By rdrmdr in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-11-2016, 07:37 AM
  2. Gathering coords from an image and using MouseDown
    By scooteriggy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-27-2013, 11:34 PM
  3. Label changes backctyle when MouseDown (Glitch?)
    By darokal in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-14-2012, 03:56 PM
  4. Mousedown Macro
    By mabbutt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2006, 03:03 AM
  5. MouseDown()-MouseUp()
    By skrol in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-22-2005, 06:01 AM
  6. [SOLVED] Mousedown / Charting
    By Mark Dawson in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-01-2005, 04:05 PM
  7. [SOLVED] get reference to cell from mousedown event
    By David in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-23-2005, 09:05 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1