Re: Input box
- From: Oldjay <Oldjay@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 9 Feb 2008 08:26:02 -0800
I can't understand yoyur message
Maybe I can be a little clear
I want an input box (or something) that will give two options
one that will show a path to one folder
and also a path to another folder
"Dave Peterson" wrote:
Are you trying to open an existing file?.
If yes, look at application.getopenfilename in VBA's help:
Dim WkbkName As Variant
WkbkName = Application.GetOpenFilename(filefilter:="Excel files, *.xls")
If WkbkName = False Then
Exit Sub 'user hit cancel
End If
=====
I don't have a network to test this on--you may have to type in the start of the
UNC path to be able to choose deeper levels.
If you map that path to a drive letter, it may be easier to traverse.
Oldjay wrote:
I have an input box with the following code
quotenumber = InputBox("Please enter QUOTE to recall. If you are recalling a
quote from Server3 then type in \\server3\jobs\estimate1\new_quot1\ and the
quote number", "The Auld Company", "C:\quotes\")
I would like to be able to select the another
path"\\server3\jobs\estimate1\new_quot1\" without having to type it in
oldjay
--
Dave Peterson
- Follow-Ups:
- Re: Input box
- From: Dave Peterson
- Re: Input box
- References:
- Re: Input box
- From: Dave Peterson
- Re: Input box
- Prev by Date: Re: Automatically refresh sorted data
- Next by Date: RE: SUMPRODUCT can I use to get data from 2 worksheets in same wkB
- Previous by thread: Re: Input box
- Next by thread: Re: Input box
- Index(es):
Relevant Pages
|