View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Not found objects

Office VBA does not have these controls. The "forms package" for VBA is
quite different from the one for VB. Office developers often use
Application.GetOpenFilename to ask the user for the names of files.

--
Jim Rech
Excel MVP

"Christine Imbeault" wrote in message
...
| Hi,
| VBA for excel 2000
|
| My english is poor but i try to answer my question. I work with VBA for
| Excel 2000. I use a userform and i want to insert component Dirlistbox,
| drivelistbox and filelistbox in my userform. When i search the
components,
| i not found them. Where are they ? When i see in visual basic, the
| component appear a default in the toolbar.
|
| Thank you
| Christine
|
|