This change is the result of a caculation.
Maybe this in your Sheet Module.........
Private Sub Worksheet_Calculate()
Call ChangeNotification
End Sub
And this in a regular module...........
Sub ChangeNotification()
ActiveWindow.WindowState = xlMaximized
Call sndPlaySound32("c:\harleyre.WAV", 0)
End Sub
Vaya con Dios,
Chuck, CABGx3
> This change is the result of a caculation.
>
[quoted text clipped - 9 lines]
> >
> > Thanks in Advance.