All
I'm using a piece of vba code file attached to extract data from a .xlsm file to another without opening the source file, the problem is just copies column A values from source file and past them into the wrong rows on the destination files.
Source file (Production.xlsm), worksheet 1 called data, which gets data from a userform and it's set to very hidden; array will be A3 to AR (count all rows as it is filled in).
Destination file (MasterData.xlsm), the data needs to go on Sheet3, from cell A2
Any help will be appreciated.
Thanks R
I'm using a piece of vba code file attached to extract data from a .xlsm file to another without opening the source file, the problem is just copies column A values from source file and past them into the wrong rows on the destination files.
Source file (Production.xlsm), worksheet 1 called data, which gets data from a userform and it's set to very hidden; array will be A3 to AR (count all rows as it is filled in).
Destination file (MasterData.xlsm), the data needs to go on Sheet3, from cell A2
Any help will be appreciated.
Thanks R