VBGamer |
|
RE: Objects Jay Wheeler (0 replies, 0 views) (2000-Aug-7) ![]() The correct syntax would be:
Dim File_List as FileListBox
Set File_List = new FileListBox
At least that's how you would create an instance of any other object. ![]() |