View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
michaelberrier michaelberrier is offline
external usenet poster
 
Posts: 63
Default Changing font in custom header that is based on cell value

The vb code for setting a font size for a custom header that is static
is this:

..CenterHeader = "&16NREMTP"

But what if your header is set to a particular cell value, like this:

..CenterHeader = Range("A1") ?

I've tried putting the &16 everywhere with and w/o quotes and it fails
every time.

Thanks.