cmschmitz24
Board Regular
- Joined
- Jan 27, 2017
- Messages
- 150
Hello,
I want to have a header print out based on the current month/year with the worksheet tab and "transactions" included.
I've tried this,
.CenterHeader = "&A &D Transactions"
I currently have this, but I cannot figure out how to add the word Transactions, or the worksheet tab name.
.CenterHeader = Format(Now, "MMM YYYY")
I only want the current month and the current year, not the actual date.
The header should read: TabName February 2018 Transactions
Can someone help please?
I want to have a header print out based on the current month/year with the worksheet tab and "transactions" included.
I've tried this,
.CenterHeader = "&A &D Transactions"
I currently have this, but I cannot figure out how to add the word Transactions, or the worksheet tab name.
.CenterHeader = Format(Now, "MMM YYYY")
I only want the current month and the current year, not the actual date.
The header should read: TabName February 2018 Transactions
Can someone help please?