Description
Represents a sound note in a cell (a cell is a Range object). Your computer may need additional hardware to play and record sound notes.
Accessors
The SoundNote property returns the sound note for a cell. The following example records a sound note if the computer is capable of recording.
If Application.CanRecordSounds Then With Worksheets(1).Range("a1").SoundNote .Delete .Record End With Else MsgBox "This machine cannot record sound notes." End If
Properties
Application Property, Creator Property, Parent Property.
Methods
Delete Method, Import Method, Play Method, Record Method.