Thread: [Solved] Calculated dates.
View Single Post
 
Old 09-27-2010, 06:20 PM
Ziggy-R Ziggy-R is offline Windows XP Office 2003
Novice
 
Join Date: Sep 2010
Posts: 13
Ziggy-R is on a distinguished road
Default

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.
Reply With Quote