Message 1 of 5
iLogic to VBA Creation Date .idw

Not applicable
05-17-2019
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How can i convert this iLogic code to VBA? i want to change .idw files Creation Date NOW with VBA code.
File-iproperties-creation date- NOW
Could you please help me? or which VBA code should i use?
Thanks
oTime = Now.ToShortDateString
iProperties.Value("Project", "Creation Date") = oTime
iLogicVb.UpdateWhenDone = True
End Sub