Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Navigate through Computer Folders in Combo Box

I have an Excel VB program that needs the folder path to locate various
files. Currently I have to type in the exact path into a textbox in my
forms. This is subject to numerous errors and file not found. I would like
to replace the TextBox with a ComboBox in the form that accesses My Computer
and allows me to navigate through all folders and select the one I need.
This should have the same look and feel as all other path selections. I
appreciate any assistance.

Mark

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Navigate through Computer Folders in Combo Box

http://www.j-walk.com/ss/excel/tips/tip29.htm
Select a Directory

at John Walkenbach's site is one approach.

In xl2002/3, you can look at

Set fd = Application.FileDialog(msoFileDialogFolderPicker)

--
Regards,
Tom Ogilvy


"Mark Purvis" wrote in message
...
I have an Excel VB program that needs the folder path to locate various
files. Currently I have to type in the exact path into a textbox in my
forms. This is subject to numerous errors and file not found. I would

like
to replace the TextBox with a ComboBox in the form that accesses My

Computer
and allows me to navigate through all folders and select the one I need.
This should have the same look and feel as all other path selections. I
appreciate any assistance.

Mark



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Navigate through Computer Folders in Combo Box

Thank you this is exactly what I was looking for

Mark

"Tom Ogilvy" wrote:

http://www.j-walk.com/ss/excel/tips/tip29.htm
Select a Directory

at John Walkenbach's site is one approach.

In xl2002/3, you can look at

Set fd = Application.FileDialog(msoFileDialogFolderPicker)

--
Regards,
Tom Ogilvy


"Mark Purvis" wrote in message
...
I have an Excel VB program that needs the folder path to locate various
files. Currently I have to type in the exact path into a textbox in my
forms. This is subject to numerous errors and file not found. I would

like
to replace the TextBox with a ComboBox in the form that accesses My

Computer
and allows me to navigate through all folders and select the one I need.
This should have the same look and feel as all other path selections. I
appreciate any assistance.

Mark




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Row Height variations from computer to computer on same workbook Barb Reinhardt Excel Discussion (Misc queries) 1 April 20th 10 07:06 PM
Formulaed cell response varies from computer to computer WKH Excel Discussion (Misc queries) 3 November 21st 07 06:37 PM
Display size difference- PC computer vs. Mac computer? dk_ Excel Discussion (Misc queries) 1 October 17th 06 05:48 AM
How do I copy all Excel files from old computer to new computer? Rfarsh Excel Discussion (Misc queries) 2 December 20th 05 03:23 AM
Autocomplete works with my home computer but not the office computer Andy Excel Discussion (Misc queries) 4 December 11th 04 07:21 PM


All times are GMT +1. The time now is 09:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"