Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have set up a spreadsheet which required data from another spreadsheet and
want to know how i can set this up to update every time i open the sreadsheet. I want the full page of the source data copied accross to a worksheet in my main excel file. Can anyone help? It is a macro code i need? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want ALL the data copied, and the source is a single file, you COULD
set up an equation in every cell (ex: in A1: =[AnotherBook.xls]AnotherSheet!A1). But it's big and pretty ugly. The cleaner way, by far, would be VBA code in the Workbook_Open method that automatically opens the source sheet and copies the entire sheet over. "Gary c" wrote: I have set up a spreadsheet which required data from another spreadsheet and want to know how i can set this up to update every time i open the sreadsheet. I want the full page of the source data copied accross to a worksheet in my main excel file. Can anyone help? It is a macro code i need? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
How do I get data to automatically flow to another sheet? excel 20 | Excel Worksheet Functions | |||
Automatically transpose when pasting data in excel | Excel Worksheet Functions | |||
Updating calculations automatically when i enter in new data | Excel Discussion (Misc queries) | |||
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? | Excel Discussion (Misc queries) |