Does anyone know what is the command to close the application.
e.g
sub command1_click()
Shell "d:\limitreport\running.exe"
end sub

sub command2_click()
close ?-close application 'running.exe'
end sub