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.
pywin32 に Excel で VBA スタイルの MsgBox を生成させる方法はありますか?
私は試した:
from win32com.client import Dispatch excel = Dispatch('Excel.Application') excel.MsgBox('foo')
しかし、それは以下のエラーを与えます:
AttributeError: Excel.Application.MsgBox