New to VBA- DriveListBox

New to VBA- DriveListBox

Anonymous
Not applicable
266 Views
2 Replies
Message 1 of 3

New to VBA- DriveListBox

Anonymous
Not applicable
in VBA is there a way to create

DriveListBox, DirListBox and FileListBox
to be able to browse to a file...

some samples will be greatly appreciated

thanks
Mark
0 Likes
267 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You do not have a license to use those controls in a VBA-hosted application. There is an example alternative posted in the Autodesk customer files newsgroup written by Joe Sutphin that demonstrates what to do. Search for "Windows API in VBA".
0 Likes
Message 3 of 3

Anonymous
Not applicable
You can code your own using the list and treeview controls, see msdn for
some samples

Kevin

"Mark" wrote in message
news:1AACBEF7236CBB693D1886B415EF6EBE@in.WebX.maYIadrTaRb...
>
> in VBA is there a way to create
>
> DriveListBox, DirListBox and FileListBox
> to be able to browse to a file...
>
> some samples will be greatly appreciated
>
> thanks
> Mark
>
>
0 Likes