mayrou
Electrical
- Jan 8, 2014
- 55
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