Karl,
I tried to paste this in, but I know nothing - could you please show me
where to put in the text manipulation code? I just want to open a file and
save it in word using this code for one of the files:
Documents.Open FileName:="""C:\OCOG\Documents\Common results\adverse
events1st28daysaeonlyQQ102.rtf""", _
ConfirmConversions:=False, ReadOnly:=False, AddToRecentFiles:=False, _
PasswordDocument:="", PasswordTemplate:="", Revert:=False, _
WritePasswordDocument:="", WritePasswordTemplate:="", Format:= _
wdOpenFormatAuto
With ActiveDocument
.UpdateStylesOnOpen = True
.AttachedTemplate = "Normal"
End With
ActiveDocument.SaveAs FileName:="C:\OCOG\Documents\Common
results\adverse events1st28daysaeonlyQQ102.doc", _
FileFormat:=wdFormatDocument, LockComments:=False, Password:="", _
AddToRecentFiles:=True, WritePassword:="",
ReadOnlyRecommended:=False, _
EmbedTrueTypeFonts:=False, SaveNativePictureFormat:=False,
SaveFormsData _
:=False, SaveAsAOCELetter:=False
ActiveWindow.Close
Oh yes the f1 worked - but I did not understand the help menu.
Thanks
Barbara