Guest User

Untitled

a guest
May 21st, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Dim chbx
  2. Set chbx = ActiveSheet.CheckBoxes.Add(240, 15, 144, 15.75)
  3. chbx.Characters.Text = "DisplacementPicturesIns"
  4. chbx.OnAction = "DisplacementPicturesIns"
  5. If chbx.Value = True Then
  6. chbx.OnAction = True
  7. Elseif chbx.Value = False Then
  8. ....
  9. End If
Add Comment
Please, Sign In to add comment