You are on page 1of 1

Sub sdasd()

Dim i As Integer
file_path = "C:\Program Files (x86)\TeamViewer\TeamViewer.exe"
calcID = Shell(file_path, vbNormalFocus)
waittime (2500)
Call SendKeys("5", True)

End Sub

You might also like