M
MEGAN
Please help I'm going insane. I want to eaither change the check box form field into a a=
ctual tick or get the macro (which is basic) to work in my form. It keeps coming up with a=
run time error 4605. Heres the VB for the tick
Sub TICK()
'
' TICK Macro
' Macro recorded 2/16/2007 by Megan Dixon
'
Selection.TypeText Text:=3D"=C3=BC"
Selection.Font.Name =3D "Wingdings"
Selection.MoveLeft Unit:=3DwdWord, Count:=3D1, Extend:=3DwdExtend
Selection.Font.Name =3D "Wingdings"
End Sub
Thanks
ctual tick or get the macro (which is basic) to work in my form. It keeps coming up with a=
run time error 4605. Heres the VB for the tick
Sub TICK()
'
' TICK Macro
' Macro recorded 2/16/2007 by Megan Dixon
'
Selection.TypeText Text:=3D"=C3=BC"
Selection.Font.Name =3D "Wingdings"
Selection.MoveLeft Unit:=3DwdWord, Count:=3D1, Extend:=3DwdExtend
Selection.Font.Name =3D "Wingdings"
End Sub
Thanks