Re: $$Excel-Macros$$ Importing Excel Files

2014-01-08 Thread Linda C
t; The destination sheets "Sheet FileA", "Sheet FileB"... are already existing. Thank you! On Saturday, 4 January 2014 13:18:18 UTC-5, ashish wrote: > > how many files are in folder .. can u share some full names of few files > and sheets thy need to go into >

Re: $$Excel-Macros$$ Importing Excel Files

2014-01-04 Thread Linda C
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

Re: $$Excel-Macros$$ Importing Excel Files

2013-12-30 Thread Linda C
t;> Application.GetOpenFilename ("All Excel File (*.xls*),*.xls*") >> >> >> On Sun, Dec 29, 2013 at 8:49 PM, Linda C >> > wrote: >> >>> Hi Ashish, >>> >>> Is it possible to actually show all the excel files (both .xls and .xlsx &g

Re: $$Excel-Macros$$ Importing Excel Files

2013-12-29 Thread Linda C
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. &g

Re: $$Excel-Macros$$ Importing Excel Files

2013-12-28 Thread Linda C
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 > > wrote: > >> Yes, there is only one sheet in those import files. &g

Re: $$Excel-Macros$$ Importing Excel Files

2013-12-27 Thread Linda C
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 > > wrote: > >> Hi ashish, >> >>

Re: $$Excel-Macros$$ Importing Excel Files

2013-12-27 Thread Linda C
mber 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 > > *Sender: * excel-...@googlegroups.com

$$Excel-Macros$$ Importing Excel Files

2013-12-27 Thread Linda C
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