×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to remove part properties from model using macro

How to remove part properties from model using macro

How to remove part properties from model using macro

(OP)
Hello guys,

I got help regarding auto-listing of properties in the 3d model using macro "part properties".

I have attached a file where the listed properties are shown. The data against these properties can be filled. Now I want to remove these properties or undo using a new macro.

Is there any macro available to do so or any other method to automatically swipe out the data entered?

If yes please help me out.

Warm regards,
Akhtar Aziz

RE: How to remove part properties from model using macro

Dim parameters1 As Parameters
Set parameters1 = product1.UserRefProperties

parameters1.Remove "MATERIAL"

try to record a macro

RE: How to remove part properties from model using macro

(OP)
Thank you Jenial.

I will try and let you know.

Warm regards,
Akhtar Aziz

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources