7.21.0856

Navigation:  7.21 (QDV 2021) >

7.21.0856

Previous pageReturn to chapter overviewNext page

Released on March 12, 2021

New: IOverhead.RefereshWBSSheetOnly added to API

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.