I think you should try getting rid of the line
TypeTo field 'Start Date' , '03282011'
It is overwriting your Paste
Here's what I came up with - I added - cmdEditSelectAll - just to be sure, seems like I always add that to the sequence:
NewActiveWin dictionary 'Manufacturing' form 'WO_Entry' window 'WO_Entry'
ActivateWindow dictionary 'Manufacturing' form 'WO_Entry' window 'WO_Entry'
ActivateWindow dictionary 'Manufacturing' form 'WO_Entry' window 'WO_Entry'
ActivateWindow dictionary 'default' form sheLL window sheLL
CommandExec dictionary 'default' form 'Command_System' command UserDate
NewActiveWin dictionary 'default' form 'Switch Date' window 'SY_Set_User_Date'
CommandExec form BuiLtin command cmdEditSelectAll
CommandExec form BuiLtin command cmdEditCopy
CloseWindow dictionary 'default' form 'Switch Date' window 'SY_Set_User_Date'
NewActiveWin dictionary 'default' form sheLL window sheLL
ActivateWindow dictionary 'Manufacturing' form 'WO_Entry' window 'WO_Entry'
MoveTo field 'Start Date' <--- I didn't see where your macro ever moved into the field it was going to copy the date into.
CommandExec form BuiLtin command cmdEditSelectAll
CommandExec form BuiLtin command cmdEditClear
CommandExec form BuiLtin command cmdEditPaste
MoveTo field 'End QTY'
TypeTo field 'End QTY' , '8000000'
MoveTo field 'IC_Save_T'
ClickHit field 'IC_Save_T'
I don't have Mfg installed on the machine I'm working on, but the concept is the same. It really does work. Let me know if I can help. The macro language is one of those unsung heroes of Dynamics
Kind regards,
Leslie