Hi,
I want to combine multi workbooks into master workbook but I want to combine only sheet3.
Multi workbooks have the same type.
Could you give me any advice?
Thanks
Hi,
I want to combine multi workbooks into master workbook but I want to combine only sheet3.
Multi workbooks have the same type.
Could you give me any advice?
Thanks
Hi, Goodstart14,
I´m sure you won´t like the answer: use the search in this forum or google/delta/bing?Could you give me any advice?
WBs to 1 Sheet or Merge data from all workbooks in a folder provide the basic codes and maybe must adapted for only doing so on a speical worksheet (either name or position inside workbook - I´d prefer the name of the sheet anyhow).
Ciao,
Holger
Use Code-Tags for showing your code: [code] Your Code here [/code]
Please mark your question Solved if there has been offered a solution that works fine for you
Thank you so much!!![]()
Please Login or Register to view this content.
I know I need to study more but...
Could you check this code? I don't know what is wrong.
Thanks![]()
Last edited by Goodstart14; 12-20-2013 at 03:22 AM.
Sorry.
I did![]()
Hi, Goodstart14,
I wouldn´t use Path as a Variable. You should consider to use Option Explicit when using code as that would have told you about the variables you used without dimming / filling them.
Ciao,![]()
Please Login or Register to view this content.
Holger
Hi, Goodstart14,
upps - my bad, did correct all the varibales as I should have done.
You need not quote full posts.![]()
Please Login or Register to view this content.
CIao,
Holger
Thanks
I got "Option explicit" but I had to define "Path", so I put Dim Past As String in your code.
***************************
Sorry, I tried again and it worked.
This code import each Sheet3 in masterExcel's each sheet, like Sheet3(3), Sheet3(2), and Sheet3(1).
These multi excel spreadsheets are protected by password but it seems it doesn't care.
Once I import Sheet3, then I want to these excel spreadsheets in "Imported" folder so I don't import twice.
How can I achieve this?
Thanks
Last edited by Goodstart14; 12-20-2013 at 03:38 PM.
Hi,
Have a look at this solution that is in line with you requirement.
http://www.excelforum.com/excel-prog...ml#post3515486
Happy Computing ,
Xlbiznes.
To show your appreciation please click *
Hi, Goodstart14,
moving the files may be done like this:
The protection of a worksheet does not matter when copying - it just remains intact. If you want the sheets unprotected you may run another routine after importing like![]()
Please Login or Register to view this content.
Ciao,![]()
Please Login or Register to view this content.
Holger
Thanks!!
sorry for late response.
I was out of town.
Thanks again!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks