View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ak Man Ak Man is offline
external usenet poster
 
Posts: 9
Default Inserting Bold text into a cell

Can someone help me out with this:
Cells(i + 1, j).Value = " Value 1 :- " & Str1(k) & " Value 2 :- " & Str2(k)
In this I want to have the texts "Value 1 :- " and " Value 2 :- " as Bold,
italic and with font as Tahoma (Just bold will also do)

--
Ak