Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

create user property

Status
Not open for further replies.

mayrou

Electrical
Joined
Jan 8, 2014
Messages
55
Location
TN
Hello World!
I want to create a user property that gets the creation date of the product! from the system


Dim parameters3 As Parameters
Set parameters3 = product1.UserRefProperties

Dim strParam3 As StrParam
Set strParam3 = parameters1.CreateString("Date creation", "")

Can anyone please help me to complete this macro!
thank you a lot :))
 
Sorry if i didn't explain clearly!
the product is already created! so what i want is to extract that date! from properties of that product
I hope its clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top