Class SoundNote (Excel VBA)
To use a SoundNote class variable it first needs to be instantiated, for example
Dim sne as SoundNote
Set sne = ActiveCell.SoundNote
Delete
This method should not be used. Sound notes have been removed from Microsoft Excel.
ActiveCell.SoundNote.Delete
Import
This property should not be used. Sound notes have been removed from Microsoft Excel.
Import (Filename)
Filename: The file name of the sound note to import.
Dim strFilename As String: strFilename =
ActiveCell.SoundNote.Import Filename:=strFilename
Play
This method should not be used. Sound notes have been removed from Microsoft Excel.
ActiveCell.SoundNote.Play
Record
This method should not be used. Sound notes have been removed from Microsoft Excel.
ActiveCell.SoundNote.Record