View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Ken is offline
external usenet poster
 
Posts: 590
Default formatting a variable with vba

I placed a cell value in a header and wanted it underlined. With some
digging I found that I could use & "&U" & to turn on the underline toggle,
Does anyone know where I can find more of these? Like maybe &I for italic?