I am completely new to the world of coding excel. I do some basic VBA coding in Access but never in excel. I have a problem where certain excel documents with 1 workbook each are kept in seperate locations with restricted access. I also have a central document with a copy of all the workbooks. I want it so if I update a cell on one workbook, that cell copies the data to the master document. I know I can do
but that means I have to do this for every cell for every row. Each workbook will have hundreds of records so this isn't really an option. Is there a way to automate the process? I would like to copy Cells A1:G100 first time, then A101:G200 the next and so on. Or even better would be to do the whole workbook in one hit.
Code:
='[FILE NAME.xls]WORKBOOK'!$A$1