View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wazooli Wazooli is offline
external usenet poster
 
Posts: 51
Default trouble finding object to use

Which object controls the ability to type in either the formula bar or
directly in a cell? Specifically, how can I get the text selection so I can
superscript or subscript it? As an example, instead of H2O, I would like the
2 to be subscripted. I know how to do this via format cells, but I would
like to do it in code so I can assign a toolbar button to it.

wazooli