Copy values from closed workbook

Alpacino

Well-known Member
Joined
Mar 16, 2011
Messages
511
Sorry I know this has probably been asked about a millions times anyone help with trying to copy values from workbook total sheet1 to workbook
Input sheet2 please
:)
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Sorry, I missed ou the quotes

Rich (BB code):
Set wb = Workbooks.Open("Total.xls")
 
Upvote 0
Last thing. The file in question has different but similar other files what I would like to do is change a cell value Eg A1 is change file name
Eg files names Alan 1.xls
Alan 2.xls
Alan 3.xls
If cell A1 value = 1 then file name is Alan 1.xls
If cell A1 value = 2 then file name is Alan 2.xls
So on
How would I write the code so depending on value
Of A1 changes file name in Sub
Maybe i = range("A1").value
?????
 
Upvote 0
Me again
The xls doc changes from the start of the name my mistake it should be
A1 Alan.xls
A2 Alan.xls
A3 Alan.xls

I've tried to code u gave me above but it doesn't locate file. Can u help please
 
Upvote 0
Sorry, I don't understand. What does A1 contain and which file should be opened?
 
Upvote 0
Sorry
A1 Alan.xls the "A1" part will change with range("A1") so if a1 cell value is A2 then A2 Alan.xls is used
 
Upvote 0
VoG: What if it takes 15 seconds to open the workbook?

Could you post the absolute bare-bones that it takes to get a range out of a closed workbook, please?
 
Upvote 0

Forum statistics

Threads
1,224,543
Messages
6,179,427
Members
452,914
Latest member
echoix

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top