create user property
create user property
(OP)
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 :))
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 :))





RE: create user property
Here is something which can help you.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: create user property
the product is already created! so what i want is to extract that date! from properties of that product
I hope its clear