just use below line

Application.GetOpenFilename ("All Excel File (*.xls*),*.xls*")


On Sun, Dec 29, 2013 at 8:49 PM, Linda C <lindachun...@gmail.com> wrote:

> Hi Ashish,
>
> Is it possible to actually show all the excel files (both .xls and .xlsx
> version) after clicking Browse button so I can directly click the file to
> be imported?  Instead of clicking the drop-down button to scroll to the
> file?  The reason is the files name could be very long and it would be
> easier if I can actually see the files in the "Please select the folder"
> box.
>
> Thanks a lot!
> Linda
>
>
> On Saturday, 28 December 2013 09:55:28 UTC-5, Linda C wrote:
>>
>> Thank you Ashish!
>>
>> I will look at the file and will let you know if I have further
>> questions. :)
>>
>> On Saturday, 28 December 2013 00:38:21 UTC-5, ashish wrote:
>>>
>>> enable macros
>>>
>>> 1 choose browse button and select the folder having the files and then
>>> choose file to import from first combobox
>>>
>>>
>>> 2 choose the sheet name from 2nd combo box
>>>
>>> 3 click on import button to import data
>>>
>>> Regards
>>> Ashish
>>>
>>>
>>>
>>> On Sat, Dec 28, 2013 at 3:34 AM, Linda C <lindac...@gmail.com> wrote:
>>>
>>>> Yes, there is only one sheet in those import files.
>>>>
>>>> Thanks!
>>>>
>>>>
>>>>
>>>> On Friday, 27 December 2013 12:21:09 UTC-5, ashish wrote:
>>>>
>>>>> excel files will have only one sheet right?
>>>>>
>>>>>
>>>>> On Fri, Dec 27, 2013 at 10:48 PM, Linda C <lindac...@gmail.com> wrote:
>>>>>
>>>>>> Hi ashish,
>>>>>>
>>>>>> Thanks for the quick reply!
>>>>>>
>>>>>> The data range to be imported (A1 to Z20) is fixed for all the import
>>>>>> files.
>>>>>>
>>>>>> Sorry, I may not understand your second question.  Ideally, the
>>>>>> master.xlsx file will have a button in tab 1 to import "FileA_Main.xlsx"
>>>>>> and another button in tab 2 to import "FileB_Main.xlsx".
>>>>>>
>>>>>> On a separate note, the files to be imported have a date in the name
>>>>>> "FileA_20130101_Main".  Since the import will be done periodically with
>>>>>> different dates, I'm thinking of the possible options below:
>>>>>>
>>>>>> 1. Tab 1 in the master.xlsx will import the file name starting with
>>>>>> "FileA_" and ends with "_Main" (is it possible?)
>>>>>> 2. Change the code manually each time to specify the new file name
>>>>>> (tedious but doable)
>>>>>>
>>>>>> Your help is greatly appreciated!
>>>>>>
>>>>>> If there is an easier way, please advise.
>>>>>>
>>>>>> Thanks!
>>>>>>
>>>>>>
>>>>>> On Friday, 27 December 2013 11:42:49 UTC-5, ashish wrote:
>>>>>>
>>>>>>> Is ur range fixed and do you want to append also or add the data in
>>>>>>> seperate tabs only
>>>>>>> Sent on my BlackBerry® from Vodafone
>>>>>>> ------------------------------
>>>>>>> *From: * Linda C <lindac...@gmail.com>
>>>>>>> *Sender: * excel-...@googlegroups.com
>>>>>>> *Date: *Fri, 27 Dec 2013 08:40:19 -0800 (PST)
>>>>>>> *To: *<excel-...@googlegroups.com>
>>>>>>> *ReplyTo: * excel-...@googlegroups.com
>>>>>>> *Subject: *$$Excel-Macros$$ Importing Excel Files
>>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> I have trouble creating a macro to import excel files into an active
>>>>>>> workbook with UI.
>>>>>>>
>>>>>>> Let's say there are multiple excel files (.xlsx) in the folder
>>>>>>> "C:\Import Files".
>>>>>>>
>>>>>>> These files have the following file names:
>>>>>>> "FileA_Main.xlsx"
>>>>>>> "FileA_Sub.xlsx"
>>>>>>> "FileB_Main.xlsx"
>>>>>>> "FileB_Sub.xlsx"
>>>>>>>
>>>>>>> The active workbook (let's call it Master.xlsx) will have a UI in
>>>>>>> each sheet to import different files from that folder:
>>>>>>> Sheet1 in the Master.xlsx file will import cell A1 to Z20 found in
>>>>>>> "FileA_Main.xlsx"
>>>>>>> Sheet2 in the Master.xlsx file will import cell A1 to Z20 found in
>>>>>>> "FileB_Main.xlsx"
>>>>>>>
>>>>>>> Is it possible?
>>>>>>> Thanks in advance!
>>>>>>>
>>>>>>> --
>>>>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>>>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>>>>>> https://www.facebook.com/discussexcel
>>>>>>>
>>>>>>> FORUM RULES
>>>>>>>
>>>>>>> 1) Use concise, accurate thread titles. Poor thread titles, like
>>>>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>>>>>>> Advice will not get quick attention or may not be answered.
>>>>>>> 2) Don't post a question in the thread of another member.
>>>>>>> 3) Don't post questions regarding breaking or bypassing any security
>>>>>>> measure.
>>>>>>> 4) Acknowledge the responses you receive, good or bad.
>>>>>>> 5) Jobs posting is not allowed.
>>>>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>>>>
>>>>>>> NOTE : Don't ever post confidential data in a workbook. Forum owners
>>>>>>> and members are not responsible for any loss.
>>>>>>> ---
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "MS EXCEL AND VBA MACROS" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to excel-macros...@googlegroups.com.
>>>>>>> To post to this group, send email to excel-...@googlegroups.com.
>>>>>>>
>>>>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Regards*
>>>>>
>>>>> *Ashish Koul*
>>>>>
>>>>>
>>>>> *Visit*
>>>>> http://www.excelvbamacros.in
>>>>> Like Us on 
>>>>> Facebook<http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297>
>>>>> Join Us on Facebook <http://www.facebook.com/groups/163491717053198/>
>>>>>
>>>>>
>>>>> P Before printing, think about the environment.
>>>>>
>>>>>
>>>>>
>>>>  --
>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>>> https://www.facebook.com/discussexcel
>>>>
>>>> FORUM RULES
>>>>
>>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>>> will not get quick attention or may not be answered.
>>>> 2) Don't post a question in the thread of another member.
>>>> 3) Don't post questions regarding breaking or bypassing any security
>>>> measure.
>>>> 4) Acknowledge the responses you receive, good or bad.
>>>> 5) Jobs posting is not allowed.
>>>> 6) Sharing copyrighted material and their links is not allowed.
>>>>
>>>> NOTE : Don't ever post confidential data in a workbook. Forum owners
>>>> and members are not responsible for any loss.
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "MS EXCEL AND VBA MACROS" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to excel-macros...@googlegroups.com.
>>>> To post to this group, send email to excel-...@googlegroups.com.
>>>>
>>>> Visit this group at http://groups.google.com/group/excel-macros.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>
>>>
>>>
>>> --
>>> *Regards*
>>>
>>> *Ashish Koul*
>>>
>>>
>>> *Visit*
>>> http://www.excelvbamacros.in
>>> Like Us on 
>>> Facebook<http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297>
>>> Join Us on Facebook <http://www.facebook.com/groups/163491717053198/>
>>>
>>>
>>> P Before printing, think about the environment.
>>>
>>>
>>>
>>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Regards,
Anoop
Sr. Developer
Facebook ID - https://www.facebook.com/anooop.k.sharma

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to