making check boxes

  • Thread starter Thread starter bkunes
  • Start date Start date
Format the font of a cell as Marlett, then enter a in the cell
 
Right from the Recorder:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 2/27/2008 by James Ravenswood
'

'
Application.CommandBars("Forms").Visible = True
ActiveSheet.CheckBoxes.Add(98.25, 124.5, 24, 23.25).Select
Range("F7").Select
End Sub
 
i decided to go with an if statement displaying the check mark u first
described, if true. however, i have a problem, how do i write a logic
statement to match
SC508-0001-67.81
and
SC508-0001-*?

SC508-0001-*?=SC508-0001-67.81 doesnt work how do i make this work
 
--i decided to go with an if statement displaying the check mark u first
described, if true. however, i have a problem, how do i write a logic
statement to match
SC508-0001-67.81
and
SC508-0001-*?

SC508-0001-*?=SC508-0001-67.81 doesnt work how do i make this work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top