Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi All,
I'm working with this code in producing a common file folder in the current directory.
I'd like to use the Format(Now(), "mm-yy") to produce the current month and year for the file folder.
Can someone please help me out with this ??
Many thanks in advance!
Respectfully,
pinaceous
I'm working with this code in producing a common file folder in the current directory.
Code:
Sub MakeMyFolders()
MkDir ThisWorkbook.path & "\mmyy"
End Sub
I'd like to use the Format(Now(), "mm-yy") to produce the current month and year for the file folder.
Can someone please help me out with this ??
Many thanks in advance!
Respectfully,
pinaceous