Getting the Host's Main Window Handle in an Office Add-in
By Eric
—
—
1 minute read
Sometimes you want the window handle of the host application when you're writing an Office add-in. Excel includes that as a property of the Application object in newer versions of the object model, but Word and PowerPoint don't. I seem to remember some sample code from Microsoft that suggests using …