Hi all,
The macro below is adding the SUM cell. Is it possible to make a beep sound when SUM cell value will be the same as one on the left?
![]()
Please Login or Register to view this content.
Hi all,
The macro below is adding the SUM cell. Is it possible to make a beep sound when SUM cell value will be the same as one on the left?
![]()
Please Login or Register to view this content.
Have you tried
![]()
Please Login or Register to view this content.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
The problem is I have 10s of sum cells in column L and some of them already match. I need a beep only for the ones just matched the value.
Hi,
I don't understand your concern. The code is only testing the single target cell. I'm assuming of course that your codes is in the Sheet Change event. You didn't show the procedure name.
Sample file for review as attached
Hi,
Put this as the first three lines in your procedure
It will beep whenever you enter a value in column L that has the same value as column K on the same row.![]()
Please Login or Register to view this content.
Last edited by Richard Buttrey; 02-26-2014 at 10:37 AM.
I did it and no beep...
![]()
Please Login or Register to view this content.
If I put the value manual then I have a beep.
But when the SUM will get the value it self the its quiet.
Hi,
I hope we're not going round in circles.
That's what the first code I gave you does. Put it immediately after the Application.EnableEVents = True
When you subsequently said it didn't work I assumed you'd tried the original but wanted it to work when you manually enter the data.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks