View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alexey E. Kolmyk Alexey E. Kolmyk is offline
external usenet poster
 
Posts: 6
Default Function: Join Cells with Format

Hi,

Could you help me?
How to join cells with different fonts?
For example, I have:
A1 = "2" (Normal)
B1 = "10" (Superscript)
C1 = "=1024" (Normal)
and I want to see 2^10=1024 (where "^10" - is "10" in
superscript). So, can I write:
D1 = SomeFuncJointWithFormats(A1, B1, C1)?

Thank you for help,
Alexey E. Kolmyk