Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドライブ F/ のファイル「test.exe」を開くマクロを作成しようとしています。以下のコードを実行すると、「ランタイム エラー 5」が発生します。
Sub MacroTangoMike() ' MacroTangoMike Macro RetVal = Shell("F:/test.exe", 1) End Sub
test.exe が C/ ドライブにある場合でも、問題なく動作します。
エラー5はアクセスが拒否されました。F:ドライブのEXEに対する実行権限がありますか?
また、Windowsのパスでは、/ではなくバックスラッシュ\を使用する必要があります。