+ Reply to Thread
Results 1 to 10 of 10

On Edit Function

  1. #1
    Forum Contributor wedzmer's Avatar
    Join Date
    06-13-2014
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    422

    On Edit Function

    i was browsing a lot on google hoping to find a VBA code that would act On Edit. Such that on a particular sheet, when I type " / " on a cell and press enter or move on another cell, such character would be replaced with a check (✔️) mark.

    Does anyone here know any of this? Or is this even possible?

  2. #2
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: On Edit Function


    Use in the worksheet module its Worksheet_Change event (see samples in this forum or all over the Web) …
    Last edited by Marc L; 06-16-2018 at 09:01 AM. Reason: typo …

  3. #3
    Forum Contributor wedzmer's Avatar
    Join Date
    06-13-2014
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    422

    Re: On Edit Function

    I haven't found one through searching google...

  4. #4
    Registered User
    Join Date
    03-18-2007
    Location
    Port Washington, WI, USA
    MS-Off Ver
    2013
    Posts
    10

    Re: On Edit Function

    Try searching Google using the phrase, "excel worksheet change event example". I tried that and got a number of examples.

    Brian
    Brian J. Torreano

  5. #5
    Forum Contributor wedzmer's Avatar
    Join Date
    06-13-2014
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    422

    Re: On Edit Function

    I actually fond a VBA Code right here but unfortunately, I'm having trouble editing it, since it's really not working the way I want to....

    Please Login or Register  to view this content.
    My issues with this is that:

    1. It doesn't work on my specified ranges: Columns N to P and Columns BN to BZ
    2. The character is actually a square root symbol and not a check mark.
    Last edited by wedzmer; 06-17-2018 at 05:48 AM.

  6. #6
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: On Edit Function

    ?
    Try:
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor wedzmer's Avatar
    Join Date
    06-13-2014
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    422

    Re: On Edit Function

    Thanks a lot man... that works! but it kinda' distorted part of my original intent which was the function to click the cell to put check and double click it to uncheck.

  8. #8
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: On Edit Function

    Please Login or Register  to view this content.

  9. #9
    Forum Contributor wedzmer's Avatar
    Join Date
    06-13-2014
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    422

    Re: On Edit Function

    it doesn't work sir...

  10. #10
    Forum Expert
    Join Date
    10-06-2017
    Location
    drevni ruchadlo
    MS-Off Ver
    old
    Posts
    2,151

    Re: On Edit Function

    Quote Originally Posted by wedzmer View Post
    ... to click the cell to put check and double click it to uncheck ...
    So ... ... what is preventing you from changing the name of the procedure from "_Change" to "_SelectionChange" ?
    Try:
    Please Login or Register  to view this content.

+ 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. [SOLVED] Edit VBA function
    By leprince2007 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-02-2016, 09:02 AM
  2. Allow all edit function of worksheet after protected
    By lkikl in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-02-2016, 05:31 AM
  3. Macro coding for edit function
    By waleedhk in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-29-2014, 04:21 AM
  4. Userform Edit function help Please
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 24
    Last Post: 04-18-2014, 01:50 PM
  5. select value corresponding to more than 50% from column A
    By mazan2010 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2013, 11:56 PM
  6. Search & Edit Macro / Function
    By michaelweaver4 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-09-2012, 06:23 PM
  7. Userform search and edit function help
    By adjustermn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-08-2010, 03:35 PM

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