You need to enclose the workbook name in square brackets, then specify the sheet in that workbook and then the particular cell. So if you wanted to refer to cell A10 on Sheet2 of a workbook called Sales.xls then the reference would be like this:
=[Sales.xls]Sheet2!A10
You are linking the two workbooks.
It appears at the start of the reference and is enclosed in square brackets. So if you were referencing cell B2 in a workbook called Sales and on a sheet called North, the reference in full would be as follows: =[Sales]North!B2
One way would be to prompt the user to choose a workbook from those currently open (or browse for one that isn't). However, an easier approach is to simply run the macro on the currently active workbook by assigning the macro to a toolbar button.
create new folder
A template.
how am i surpose to no?? go on the internet and find out for your self !!
You can create as many as you need. However, you are unlikely to need to create many in a workbook.
It can be done easily by addingWorksbooks.open Filename:=command in macro.Eg: Workbooks.Open Filename:= _"C:\Documents and Settings\abcabc\My Documents\Company List.xls"If you like to create a particular macro for this purpose, the following lines will be helpful for youSub OpenWorkbook()'' OpenWorkbook Macro' To Open Another workbook automatically''Workbooks.Open Filename:= _"C:\Documents and Settings\ABABC\My Documents\Company List.xls"End SubHope this will solve your issueBalu
template
Excel continually reviews the workbook for errors in formulas as you create or manipulate it
A workbook is the MS Excel file in which you enter and store related data.A worksheet (also known as a spreadsheet) is a collection of cells on a single "sheet" where you actually keep and manipulate the data.Each workbook can contain many worksheets. (It's a lot like a book. One book contains an entire story. Each page of the book contains part of the story.)Often one workbook has a single theme, such as a personal budget. Each worksheet would then have a part of the theme, such as the budget broken down by month.
When you create a spreadsheet or workbook then a corresponding file is created on your machine, that file is known as excel file.