voc

  1. kelly mort

    Run next lines of code while voice still playing

    Sub TestVoices() Dim i As Long Dim voc As SpeechLib.SpVoice Set voc = New SpVoice i = [RANDBETWEEN(0,2)] Set voc.Voice = voc.GetVoices.Item(i) voc.Speak "I want to run next lines while voice is playing" MsgBox i End Sub In other versions I could do that , like this: Application...
  2. K

    VBA to Remove all rows in Table that contains a speified text string

    I have search the forum but found no thread that was able to solve my issue: I have a spreadsheet named "Files" in which I have a table named "data" where header begins in row 2. My header in column A2 is "filenumber" and in that column I need to delete entire row where the text "voc" appears...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top