Could somebody tell me the syntax to call another application from vb application -Khamal-
use the shell function: Dim x As Long x = Shell("calc.exe", vbNormalFocus)
Forum Rules