Thread
:
How to set style in Range object?
View Single Post
#
2
Posted to microsoft.public.excel.programming
NOPIK
external usenet poster
Posts: 50
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.
Reply With Quote
NOPIK
View Public Profile
Find all posts by NOPIK