wsNew.Name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

h

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 d

Thanks.
 
Allie said:
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.

What's wrong with that Left() line ?
 
Probably would help if you showed us more of the code.

--
Don Guillett
SalesAid Software
(e-mail address removed)
Allie said:
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....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top