Would a kind soul please help me add additional functional currencies to the GETRATES.AVB Sage Accpac ERP Macro?
The out of the box macro appears to only update USD and CAD functional currencies. I added the additional currencies to the macro like this:
curTables(0) = "CAD"
curTables(1) = "USD"
curTables(2) = "GBP"
curTables(3) = "EUR"
curTables(4) = "ZAR"
curTables(5) = "NZD"
The 0 and 1 values already exist in the out of the box version, I added 2 through 5.
The macro runs, but it generates a subscript error and the newly added currencies do not show up as columns on the resulting Excel spreadsheet.
Thanks in advance to the awesome Accpac experts out there that are always willing to help!
Regards,
Michael
The out of the box macro appears to only update USD and CAD functional currencies. I added the additional currencies to the macro like this:
curTables(0) = "CAD"
curTables(1) = "USD"
curTables(2) = "GBP"
curTables(3) = "EUR"
curTables(4) = "ZAR"
curTables(5) = "NZD"
The 0 and 1 values already exist in the out of the box version, I added 2 through 5.
The macro runs, but it generates a subscript error and the newly added currencies do not show up as columns on the resulting Excel spreadsheet.
Thanks in advance to the awesome Accpac experts out there that are always willing to help!
Regards,
Michael