Using Win10 and Office2013, I have 2 workbooks in same folder.
wb1 uses form textboxes to input data that Imove to rows of 'Sheet1' when user hits form 'Post' button.
Each row specifies wb2 sheet names and col/rowcoordinates to be updated from this data. At completion user hits 'Transfer'button.
wb2 has many sheets needing these updates, and 1sheet(updtlist) meant to house sheet1 from wb1, so that when wb2 form button'Make Changes' is pressed, updtlist is read and used to updt the other sheets.
How do I code the transfer sub in wb1 tosimply move the sheet1 as an overlay or replacement to wb2/updtlist?
wb1 uses form textboxes to input data that Imove to rows of 'Sheet1' when user hits form 'Post' button.
Each row specifies wb2 sheet names and col/rowcoordinates to be updated from this data. At completion user hits 'Transfer'button.
wb2 has many sheets needing these updates, and 1sheet(updtlist) meant to house sheet1 from wb1, so that when wb2 form button'Make Changes' is pressed, updtlist is read and used to updt the other sheets.
How do I code the transfer sub in wb1 tosimply move the sheet1 as an overlay or replacement to wb2/updtlist?