F
franko
The following line of VBA code opens a .txt file in Word 2002:
Documents.Open FileName:="http://ococococ.com/docs/conf.txt",
ReadOnly:=True, Format:=wdOpenFormatText
.... but will not open the .txt file in Word 2003. Anyone know why?
Documents.Open FileName:="http://ococococ.com/docs/conf.txt",
ReadOnly:=True, Format:=wdOpenFormatText
.... but will not open the .txt file in Word 2003. Anyone know why?