MsgBox to open a directory

  • Thread starter Thread starter wilfried
  • Start date Start date
W

wilfried

I want to open a specific directory.

The Path is C:/Examples/P_0
C:/Examples/P_0
C/ ....

Can I open a specific directory with a MsgBox where I can give in the
last parth of the path
P_0
P_1
...
 
Wilfried,

I can't give you a complete answer... but I can suggest that you could use a
small form instead of a message box to acomplish your goal. Whenever the
functionality doesn't exist that I need a message box to do... I just create
a small form and make it look like a message box. Forms are much easier to
add functionality to.

Cathy
 
Back
Top