Consulting

Results 1 to 6 of 6

Thread: Worksheet_Change

  1. #1
    VBAX Regular
    Joined
    Feb 2017
    Location
    Hong Kong
    Posts
    33
    Location

    Worksheet_Change

    Under below coding, if I change any value in cell. the message box should be shown.
    but the module has not been run, why ?

    Private Sub Worksheet_Change(ByVal Target As Range)

      Msgbox "A"


    End Sub

  2. #2
    This should be put in worksheet module not in standard module
    Attached Images Attached Images

  3. #3
    VBAX Regular
    Joined
    Feb 2017
    Location
    Hong Kong
    Posts
    33
    Location
    Yes, I have written the coding on that worksheet and also mark the "brown balloon" to check the each step status, but the coding was not run anymore.

  4. #4
    Can you upload your workbook to see it?

  5. #5
    VBAX Regular
    Joined
    Feb 2017
    Location
    Hong Kong
    Posts
    33
    Location
    I add new file with data and coding, the new workbook is worked.

    But it is still not worked on my old workbook

  6. #6
    May be the workbook is corrupted ..

Posting Permissions

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