Category "beep"

VBA Run two Commands at once together Beep Command

I have made a program that generates frequencies using the Beep statement. For example: Beep(Val(FreqTestTxt.Text), Val(DurLbl.Text) * 1000) What I need to do t

Using beep(freq,duration) Repeatedly

I am trying to create a piano that will play the correct note by either pressing the assigned key or clicking the buttons. It works so far using the beep(freq,