making check boxes

G

Gary''s Student

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
 
B

bkunes

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
 
B

bkunes

--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
 
Top