This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
Excel VBA コードを記述して、外部 Windows プログラムを開き、その外部プログラム内でファイルを開こうとしています。「シェル」コマンドを使用してプログラムを開く方法を理解しましたが、一度開いたプログラム機能を使用する方法がわかりません。これは私がこれまでに持っているものです。ありがとう!
Program = "C:\Program Files\EP-Quick\EP-Quick.exe"
TaskID = Shell(Program, 1)