View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Column header letters

I am not sure which link you do use to post questions. Suggest you to use the
Microsoft site itself....

http://www.microsoft.com/communities...xp=&sloc=en-us

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Oops!! I didnt notice that it is column header you are talking about.

This can be only changed to numerics 1,2,3..... or A,B,C......

If this post helps click Yes
--------------
Jacob Skaria


"Jacob Skaria" wrote:

Worksheet funtion LOWER()

VBA function is LCASE()


If this post helps click Yes
--------------
Jacob Skaria


" wrote:

Want to change from uppercase "A" to lowercase "a".
Is it possible ? Thank you.