Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Probably would help if you showed us more of the code.
-- Don Guillett SalesAid Software "Allie" wrote in message ... hi If I am using wsNew.Name= c.value in a macro, how do I change that to only use a certain number of characters.... ie wsNew.Name= Left(c.value, 5) --- Which isn't right, but that's the idea of what I want to do Thanks. |