Check matching value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How can i check that a value in one cell with respect to a range of cells
that the value/text is found in the range and vice versa and that the font in
the cell has a strikethrough font.

thanks.

regards,
ben
 
For the first question, use Application.MATCH or Application.VLOOKUP (syntax
for either is the same as for the worksheet functions), or VBA Find.

For the font, look up the Font object in VBA Help. You'll see it has many
properties, one of which is StrikeThrough.
 

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