View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NOPIK NOPIK is offline
external usenet poster
 
Posts: 50
Default How to set style in Range object?

Use macro record - you will see the something like
Selection.Font.Superscript = True

Simply use your Excel.Range Object (or OLE) to change the desired
values.