Customizing code
Caution must be exercised when customizing the code by inserting
toolbar objects into a worksheet or by using Visual Basic Editor.These issues are resolved by saving and reopening a workbook:
- Using the #VALUE! is displayed in all MPCData cells on the worksheet. To prevent this issue, use the toolbar or the toolbar. command on the toolbar, the
- If custom code throws an unhandled exception,
#VALUE! is displayed in all MPCData cells on the worksheet.
Errors are handled using
On Error Resume Next
orOn Error Goto
.