7Zip64.DLLを入手 http://ayakawa.o.oo7.jp/ の 7-zip64.dll ver 9.22.00.02 私家版 を入手 DLLを保存 解凍してDLLを C:\Windows\System32\7-zip64.dll へ保存 マクロ https://hatenachips.blog.fc2.com/blog-entry-376.html を参考に 64bitヘ変更 (Declare と Longの記述を修正) Private Declare PtrSafe Function SevenZip Lib "7-zip64.DLL" ( _ ByVal hWnd As LongPtr, _ ByVal szCmdLine As String, _ ByVal szOutput As String, _ ByVal dwSize As LongPtr) As Long