View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default Auto Upper on certain cells.

You could use a font that only has uppercase characters; but other than that
there is no built-in way to do it so you would need to use an event procedure
for the worksheet_change event.
--
- K Dales


"Ctech" wrote:


Hi

Is there a way to automatically set the Font to capitals, or UPPER, for
all text inserted in certain cells...


Or do I have to use an on event, macro that changes the text to UPPER
after text is inserted?


Thanks


--
Ctech


------------------------------------------------------------------------
Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=528142