Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2007

Tip: Looking for answers? Try searching our database.

Cell change events

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Richard - 16 May 2007 15:38 GMT
MS OS: XP
Excel 2000

I keep my Excel program minimized.  When a cell or range of cells changes in
sheet2 I want the Excel program to maximized and make a sound.

How can this be done?

Please Help

Thanks in Advance.

Signature

Richard

Richard - 16 May 2007 15:52 GMT
This change is the result of a caculation.
Signature

Richard

> MS OS: XP
> Excel 2000
[quoted text clipped - 7 lines]
>
> Thanks in Advance.
CLR - 16 May 2007 16:18 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.