Thread
: [Solved]
VBA Novice
View Single Post
06-29-2018, 08:00 PM
gmayor
Windows 10
Office 2016
Expert
Join Date: Aug 2014
Posts: 4,137
What does it produce for you?
I added a hyphen after the date, but you can remove it if you wish
Code:
strName = Format(Date, "yy-mm-dd-")
You will need the Windows path of the network drive rather than the IP address to write to it with this code.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor