Font by way of function?

  • Thread starter Thread starter Copacetic
  • Start date Start date
C

Copacetic

Hi guys...

Is there a function that assigns the font for a given cell or range? Or
am I required to code it in VB?
 
Copacetic -
Is there a function that assigns the font for a given cell or range? <

No, I don't think so.
Or am I required to code it in VB? <

Yes, but a VBA User Defined Function used on a worksheet can only return a
value to a worksheet cell or cells. So, assigning a font would have to be
done with a subroutine.

- Mike
http://www.MikeMiddleton.com
 
Hi,

look up Conditional Formatting in the help files. This may be what you are
after. Otherwise, give us more of an explanation for what you are trying to
achieve.
 

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