View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Shorting a long title to a worksheet tab

You could give them numbers.


"Brian S" wrote in message
...
IS there an easy way to shorten a project name like "Advanced Network
Application Production" to something that will easily fit on a tab. Right
now I am just taking the first 31 characters, but some projects have the
same
first 31 characters. I Found away around that, but it is not very
descriptive. I was thinking something like searching for the spaces
between
words and then taking the first 3 or 4 letters of each word. Is that
possible?