View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default Covert Column Numbers to Column Letters in Excel VB

Is there a Excel VB function that can take a column number and convert it to
a column letter? I can write one on my own, but I hope that there is a built
in function to do this. Some properties will only use column letters and
this presents a problem.

Thank you in advance for any help you can provide.