sspatriots
Well-known Member
- Joined
- Nov 22, 2011
- Messages
- 585
- Office Version
- 365
- Platform
- Windows
I have this code that I bring into another workbook to replicate a table when I open my workbook. Then, then turns everything into all to values. So we have the latest information from the source workbook in this file every time we open the destination workbook.
The formula I'm using right now is shown below:
The problem is that when this is put in the first row of the destination table and copied down, it starts with row 2 of the source workbook. I did notice that if I go into the source workbook and insert a row above the table on that worksheet the results come out right, but I'd rather not mess with the other file if I can avoid it. Please let me know if I have left anything off here. Sometimes, I'm not sure what is needed for assistance.
Thanks, SS
The formula I'm using right now is shown below:
VBA Code:
=IF(ISBLANK('Manufacturing Detail Schedule1.xlsx'!COMPLETE_FY_21[@[DEM Job '#]]),"",'Manufacturing Detail Schedule1.xlsx'!COMPLETE_FY_21[@[DEM Job '#]])
The problem is that when this is put in the first row of the destination table and copied down, it starts with row 2 of the source workbook. I did notice that if I go into the source workbook and insert a row above the table on that worksheet the results come out right, but I'd rather not mess with the other file if I can avoid it. Please let me know if I have left anything off here. Sometimes, I'm not sure what is needed for assistance.
Thanks, SS