VBA: How to run another application from MS Access

后端 未结 4 1400
南方客
南方客 2021-01-11 13:46

I\'ve been trying to get this issue figured out, and it seems that I cannot find the solution to the problem anywhere. Here was the first part: VBA Shell command always retu

4条回答
  •  轮回少年
    2021-01-11 14:08

    Check

    Shell szFileName, vbNormalFocus
    

    with some other executable. It can be some problem with your tool.

提交回复
热议问题