In support of this Post:
http://www.excelfox.com/forum/showth...ll=1#post11847
Before
_____ Workbook: BeforeDumpTemplate.xlsm ( Using Excel 2007 32 bit )
Worksheet: Summary
Row\Col A B C D 1Voucher Date Link 2
After for first two vouchers
_____ Workbook: BeforeDumpTemplate.xlsm ( Using Excel 2007 32 bit )
Worksheet: Summary
Row\Col A B C D 1Voucher Date Link 2V0001 01.01.2020 Go To Sheet 3V0002 01.01.2020 Go To Sheet 4
After for all vouchers
Remove this code line
_____ Workbook: BeforeDumpTemplate.xlsm ( Using Excel 2007 32 bit )Code:ReDim arrUnicDtsSrc(0 To 0): Let arrUnicDtsSrc(0) = "01.01.2020_99909900 - A" ' ***** I am limiting it to the first unique identifier, ( 01.01.2020_99909900 - A ) just for demo purposes. If you remove this line, then you will see that all dates and sources will be considered
Worksheet: Summary
Row\Col A B C D 1Voucher Date Link 2V0001 01.01.2020 Go To Sheet 3V0002 01.01.2020 Go To Sheet 4V0003 01.01.2020 Go To Sheet 5V0004 01.01.2020 Go To Sheet 6V0005 01.01.2020 Go To Sheet 7V0006 02.01.2020 Go To Sheet 8V0007 03.01.2020 Go To Sheet 9V0008 04.01.2020 Go To Sheet 10V0009 05.01.2020 Go To Sheet 11V0010 06.01.2020 Go To Sheet 12V0011 07.01.2020 Go To Sheet 13V0012 08.01.2020 Go To Sheet 14V0013 09.01.2020 Go To Sheet 15V0014 10.01.2020 Go To Sheet 16V0015 11.01.2020 Go To Sheet 17V0016 12.01.2020 Go To Sheet 18V0017 13.01.2020 Go To Sheet 19V0018 14.01.2020 Go To Sheet 20V0019 15.01.2020 Go To Sheet 21




Reply With Quote
Bookmarks