Hello all,
I appreciate your help in a code that I can use to have the date auto generated in macros. I need it to be dynamic as the data set, I have will be updated on a monthly bases.
Thanks in advance.
Hello all,
I appreciate your help in a code that I can use to have the date auto generated in macros. I need it to be dynamic as the data set, I have will be updated on a monthly bases.
Thanks in advance.
Do you wish the date to be the current date? Where should this date go in your spreadsheet? Perhaps a sample of what you have and what you want will be helpful for you to upload.
Hi,
Alan is 100% right ... your question remains extremely vague ...
To give you a hint ... out of an infinite range of possibilities ...
Sub DisplayDates()
MsgBox "Today's Date is: " & Date
MsgBox "Today's Month is: " & MonthName(Month(Date))
End Sub
Do not hesitate to provide details about your objective ...
Don’t have an account yet? Register yourself now and be a part of our community!