Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Sound when a value is entered.

How do I get Excel to make a sound when a value is entered into a cell? I'm
using a digital caliper to enter data into Excel via a USB port. I don't
want to have to look at the screen each time I enter a value to verify that
the information got entered.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Sound when a value is entered.

hi
you can use beep on the worksheet change event.
Private Sub Worksheet_Change(ByVal Target As Range)
Beep
End Sub

but some pcs have a pretty wimpy beep. mine is more like a thump.

regards
FSt1


"Loren" wrote:

How do I get Excel to make a sound when a value is entered into a cell? I'm
using a digital caliper to enter data into Excel via a USB port. I don't
want to have to look at the screen each time I enter a value to verify that
the information got entered.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 492
Default Sound when a value is entered.

That's a good one. I used to use 'Beep' years ago but I'd forgotten about it
after years of working on a company network which had no sound in the main.
Thanks for the reminder,
Regards,
Alan.
"FSt1" wrote in message
...
hi
you can use beep on the worksheet change event.
Private Sub Worksheet_Change(ByVal Target As Range)
Beep
End Sub

but some pcs have a pretty wimpy beep. mine is more like a thump.

regards
FSt1


"Loren" wrote:

How do I get Excel to make a sound when a value is entered into a cell?
I'm
using a digital caliper to enter data into Excel via a USB port. I don't
want to have to look at the screen each time I enter a value to verify
that
the information got entered.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound with excel bau Excel Discussion (Misc queries) 0 March 9th 08 11:21 PM
Sound on Excel girgor Excel Discussion (Misc queries) 5 March 3rd 08 05:49 PM
Sound File Johno Excel Worksheet Functions 6 July 15th 07 04:26 PM
Sound alert Antonio Excel Discussion (Misc queries) 3 May 30th 06 07:09 PM
can I add sound to a spreadsheet? add sound to spreadsheet Excel Discussion (Misc queries) 4 February 20th 06 11:08 PM


All times are GMT +1. The time now is 02:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"