Difference between revisions of "HasHOffset"

From scripting
Jump to: navigation, search
(Created page with " Function HasHOffset(BeamBeam As Variant) As Boolean On Error GoTo Blast Dim HS HS = BeamBeam.HOffset.Value HasHOffset = True Exit Function Blast: HasHOffset = False E...")
 
(No difference)

Latest revision as of 06:05, 22 April 2017

Function HasHOffset(BeamBeam As Variant) As Boolean
On Error GoTo Blast
Dim HS
HS = BeamBeam.HOffset.Value
HasHOffset = True
Exit Function
Blast:
HasHOffset = False
End Function