I want to use the BrowseFolder tool like the one on this site in VBA for Word in order to pick a directory where a lot of scripts are located.
These scripts will be placed in the Word document that's currently open.
When I import the code from this tool into the VBE for Word, it nag's about a compile error: hWnd
This handle is the first argument to be parsed to the module which browses for the directory.
In VB 6.0 it works, in VBA for Word it won't.

Who can help me?