+ Reply to Thread
Results 1 to 2 of 2

Private Sub Worksheet_Change(ByVal Target As Range)

  1. #1
    Arturo
    Guest

    Private Sub Worksheet_Change(ByVal Target As Range)

    Specifying Target Not Working...

    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Address = Range("i4_Disc") Then
    Msgbox Cell D11 has changed.
    End If
    End Sub

    Thanks,
    Arturo



  2. #2
    Arturo
    Guest

    RE: Private Sub Worksheet_Change(ByVal Target As Range)

    Private Sub Worksheet_Change(ByVal Target As Excel.Range)
    If Target.Address = "$D$11" Then
    Msgbox “Cell D11 has changed.”
    End If

    http://www.cpearson.com/excel/events.htm

    d'oh!

    "Arturo" wrote:

    > Specifying Target Not Working...
    >
    > Private Sub Worksheet_Change(ByVal Target As Range)
    > If Target.Address = Range("i4_Disc") Then
    > Msgbox “Cell D11 has changed.”
    > End If
    > End Sub
    >
    > Thanks,
    > Arturo
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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