LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default voice recording option on excel

Hi Baha,

Try this on an a worksheet.

Under Insert Object Create New scroll down to Wave Sound OK

With your microphone at the ready, click on the RED dot and record your
message, click on the BLACK square when done with message.

Dismiss the "Sound Object in Book2" by clicking on the X and you will be
left with a EMBED("SoundRec","") which will be named something like Object 9
in the name box if you click on the speaker icon.

Assign similar code to a button from the Forms tool bar to play your
recorded message.

Sub MyVoice()
ActiveSheet.Shapes("Object 9").Select
Selection.Verb Verb:=xlPrimary
End Sub

You can move the speaker to a remote spot by the click and drag method if
needed.

HTH
Regards,
Howard

"Baha" wrote in message
om...
Hi All,
I want to create userform with one button which allows me to record my
voice directly.Is that possible on excel?Can anyone type me code for
that?Your help is greatly appreciated.
Thanks million,



 
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
how do I turn on the voice in excel? lori New Users to Excel 2 February 16th 10 10:26 PM
How i can add text in excel sheet by voice? Narendra Yadav, India Excel Discussion (Misc queries) 0 March 1st 07 12:18 PM
text to voice in EXCEL 2007 pcor New Users to Excel 2 December 29th 06 07:37 AM
Delete from Excel dictionary(not voice) Davehiphop New Users to Excel 1 May 16th 06 01:26 PM
Voice Recognition in Excel Spankit115 Excel Discussion (Misc queries) 1 July 19th 05 01:45 PM


All times are GMT +1. The time now is 07:58 AM.

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"