Know any good coding forums?

Yossarian

Lifer
Dec 26, 2000
18,010
1
81
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.
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
What you want are Microsoft Common Dialog controls. I don't know too much about the specifics, but I found this link which may be helpful to you.