I have been putting together a macro in GP and ran into a problem getting the macro to update with today's date. I would just leave it blank, but the report won't run without a date in there. Does anyone have a suggesting how to get this to update with today's date?
ActivateWindow dictionary 'Cinch Ag' form IRASXMLExportEntry window IRASXMLExportEntry
TypeTo field 'Start Date' , '06012017'
MoveTo field 'End Date'
CommandExec form BuiLtin command cmdEditPaste
TypeTo field 'End Date' , '07262017' (This needs to be the current date)
*This post is locked for comments