Hello,
What would be the best practice to launch a Sage 300 macro from another Sage 300 macro (or VB program)? The below code does not work.
*******************************************
Private Sub CommandButton1_Click()
Shell "C:\Sage\Sage300\Programs\Macros\TEST.AVB", vbNormalFocus
End Sub
Error is "Invalid procedure call or argument"
Highly Appreciated !
What would be the best practice to launch a Sage 300 macro from another Sage 300 macro (or VB program)? The below code does not work.
*******************************************
Private Sub CommandButton1_Click()
Shell "C:\Sage\Sage300\Programs\Macros\TEST.AVB", vbNormalFocus
End Sub
Error is "Invalid procedure call or argument"
Highly Appreciated !