Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ChangeName macro issue

Status
Not open for further replies.
Change the renaming line to have ampersands like this:

Code:
Selection.Item(i).Value.Name = ElementName & "_" & i
 
weagan22

Thanks a lot! It works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top