Hello All.
On WindowsXP, when I need to display a file selecting dialog, I use the following object: Set objDialog = CreateObject("UserAccounts.CommonDialog").
On Windows7, this doesn't work.
I would like to hear from Windows7 users: what object do they use when they need to display a file selecting dialog?
Oleg