Released on March 12, 2021
When you writes a macro which writes data to the WBS columns, you may want to have the corresponding figures reflected in the WBS sheet of the overhead workbook.
You could achieve this by triggering a IOverhead.RefreshAlWorksheets() but that could trigger a compute all operation and take time. This would be particularly problematic if your macro is triggered by 'On_End_Compute_Selling_Price'.
You can now call IOverhead.RefereshWBSSheetOnly() to refresh the WBS worksheet only and get accurate figures.