Chapter 9
115
Measurement Applications (Sample Programs)
Executing Multi Correction
9.
M
easu
rem
ent
Applica
tio
ns
(S
amp
le
Prog
ra
ms)
'===================================
' ErrorProc
'===================================
ErrorHandler:
' Display the error message
MsgBox "*** Error: " + Error$, MB_ICON_EXCLAMATION
End
End Sub