Read the article that everyone's commenting on.
Subscribe to the RSS Feed for comments on this article.
Hi am a newbie to VBA here, and just try to create a little payroll system. my aim is when a employee hrs is enter via form it would load the relvant book do calculation of i.e (hrs*Rate) and return it (Value)and display in on a form. looking for your help.
thankz
Posted by: Carson at September 30, 2004 5:11 PMplease help me
how to create Paste Link in the excel using vba code
regards,
SUNDER
How do I link multiple cells, from several worksheets, to one cell in my summary worksheet, in Excel 2002.
Posted by: Tom at September 28, 2006 9:39 AMUsing links between workbooks is known to be problamatic. You might look into LinkedCells at www.LinkedCells.com. It offers a very simple add-in that lets you share your Excel data with others in a publish/subscribe manner.
Posted by: Bob Whiton at March 10, 2007 6:50 PMI am trying to link many workbooks to a single workbook. These workbooks are identical but in separate folders. When I copy and paste the template to the different folders, the path of the centrally linked workbook changes to match the path of the pasted templates. I want to keep this centrally linked workbook in a single location. How do I essentially freeze that path?
Posted by: andrew at March 14, 2008 10:47 AMplease help me
how to create Link from a cell in different worksheet excel using vba code or function.
I want to know that, there are more than sheet from Month Name such as Jan 08, feb 08,, I want to do that In report cell, when i do entry in a cell of this Sheet name, then it show full data of those Sheet.
regards,
NEERAJ KUMAR
I want to link a cell in one worksheet to a cell in another so that when I update one, it updates the other automatically. This is not http links, just a link that keeps all linked cells identical. HELP!!!
Posted by: michelle at March 17, 2008 1:02 PMplease help me
how to create Link from a cell in different worksheet excel using vba code or function.
I want to know that, there are more than sheet from Month Name such as Jan 08, feb 08, I want to do that In report cell Entry the Data and it goes into different sheet.
regards,
NEERAJ KUMAR
Okay, so I tested the "Paste Special" option and it works!
I'm trying to create one spreadsheet where I enter data on a daily basis, but I only want to enter this data in one row.
I would like to link another workbook to this spreasheet that keeps historical data.
In other words, when I enter numbers into "Spreadsheet A" on Day One that same info will appear in "Spreadsheet B", Day One.
On Day Two I will write over the info from the previous day on "Spreadsheet A" and that info will appear in "Spreadsheet B" on the next row for Day Two, and so on.
Does this require an "If,And" condition?
i have ten worksheets. each work sheet has 10 different peoples name adress age phone numbers. I have one summary worksheet as well. i need a formula to find oldest person's name age and address from each worksheet and automically put into summary sheet. Please advice.
Thanks
To post a comment on "How do you link cells in different Workbooks in Excel?", please return to that article's main page.