Extracting Single Cell Data from one Workbook to Another One

rommelq

New Member
Joined
Aug 26, 2002
Messages
47
Hi. I hope someone can help me. I have a workbook entitled "Daily Sales". This workbook is being overridden daily with a new figure but the workbook name stays the same.

I have another workbook wherein i want to link a cell to that workbook cell A1. But if "Daily Sales" is being overridden daily, i think link would be lost.

I tried playing with the Extract Other Sources feature of the Excel 2007 but i always get a column of data and i am not knowledgeable in using it. But i can see it's quite powerful.

For my case, I only need one single cell data and i want to refresh it whenever i want to.

Is there other feature in Excel 2007 which i can use?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi Rommelq,

range: workbooks("Daily Sales").sheets("sheetname").range(a1).value

will stil work. Other option is to create a named range in vba workbook open on cell A1.

Regards
 
Upvote 0

Forum statistics

Threads
1,224,811
Messages
6,181,081
Members
453,021
Latest member
Justyna P

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