Results 1 to 11 of 11

Worksheet Change: Formula in Target Range

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Worksheet Change: Formula in Target Range

    The target range in my worksheet_change macro is comprised of formulas. The event will not run because the target range is formulas. Is there a way to re-write my macro so that the worksheet_change can recognize a formula?

    Private Sub Worksheet_Change(ByVal Target As Range)
    
    If Not Intersect(Target, Range("aa4:aa53")) Is Nothing Then
    If UCase(Target.Value) = "TRUE" Then PlaySoundFile "C:\Windows\Media\Notify.wav"
    
    End If
    
    End Sub
    Attached Files Attached Files

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