View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David
 
Posts: n/a
Default how can I make an excel cell "mark" or "unmark" when clicked on?

mevetts wrote

With Target
Font.Name = "Wingdings"
Value = Chr(252)
End With


Just a FYI,
Doesn't happen w/o periods before Font and Value:
With Target
..Font.Name = "Wingdings"
..Value = Chr(252)
End With

--
David