E
Ed
I'm trying to write code into my macro that will open a document named with
today's date.
I have the following, but it doesn't seem to be working:
Dim FnmQueryA As String
Set FnmQueryA = (Now, "MMddyy") & "A"
Documents.Open FileName:=" C:\Nwaccess\Data\TIR Updates\ "FnmQueryA" &
".txt"
Any help is appreciated.
Ed
today's date.
I have the following, but it doesn't seem to be working:
Dim FnmQueryA As String
Set FnmQueryA = (Now, "MMddyy") & "A"
Documents.Open FileName:=" C:\Nwaccess\Data\TIR Updates\ "FnmQueryA" &
".txt"
Any help is appreciated.
Ed