well I asked this before but didn't get much in the way of responses so I thought a more specialized forum would be better.
using VBA for Excel 2000, how can I add file controls to a form? I want to make a custom file dialog, similar to this one:
VBA file dialog
I need controls for drive lists, directory lists, and file lists. They aren't in VBA, at least I can't find them. Is there a reference or add-in that I'm missing?
I added a reference to Microsoft Scripting Runtime which lets me mess with file objects in code, but doesn't do anything about adding controls.