Okay Kim, just tried that to no effect. Copied and pasted the code as follows:
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 28 September 2010 by Trainee
'
Selection.MoveDown Unit:=wdLine, Count:=24
Selection.MoveRight Unit:=wdCharacter, Count:=37
End Sub
And pasted that at the start of my existing code. It had no effect whatsoever, the document still opened at the very beginning, and that's where the date is inserted as well.
|