VBA Run two Commands at once together Beep Command

102 views Asked by At

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 though is to Generate 2 frequencies at once. How can it be done?

0

There are 0 answers