how many files are in folder .. can u share some full names of few files and sheets thy need to go into
"Sheet FileA , "Sheet FileB will they be already existing or will be created by macro only On Sat, Jan 4, 2014 at 10:04 PM, Linda C <lindachun...@gmail.com> wrote: > Hi Ashish, > > On a separate note, is it possible to have a single button which will > trigger the import of multiple files into specific sheets on an active > workbook? > > For example, the user only needs to specify the folder containing all the > files to be imported; there will be no user input to select which file to > import, it will be handle by the logic below: > > If file name starts with "FileA" and ends with "Main", then import to > "Sheet FileA" cell A1 to Z3000 > If file name starts with "FileB" and ends with "Sub", then import to > "Sheet FileB" cell A1 to Z3000 > If file name starts with "FileC" and ends with "Raw", then import to > "Sheet FileC" cell A1 to Z3000 > > So user only needs to select the folder and click import once to trigger > all these jobs. > Thanks again. :) > > On Monday, 30 December 2013 18:39:00 UTC-5, Linda C wrote: >> >> Thanks Ashish & Anoop! >> >> On Monday, 30 December 2013 09:44:29 UTC-5, ashish wrote: >>> >>> please find updated file attached >>> >>> Regards >>> Ashish >>> >>> >>> On Mon, Dec 30, 2013 at 10:47 AM, Anoop K Sharma <aks.sh...@gmail.com>wrote: >>> >>>> just use below line >>>> >>>> Application.GetOpenFilename ("All Excel File (*.xls*),*.xls*") >>>> >>>> >>>> On Sun, Dec 29, 2013 at 8:49 PM, Linda C <lindac...@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...@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, >>>> 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...@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* *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.