dpaton05
Well-known Member
- Joined
- Aug 14, 2018
- Messages
- 2,362
- Office Version
- 365
- 2016
- Platform
- Windows
I have this line of code:
.Range("B23").Value = "October " & Range("E18").Value
E18 has the current year and I need the range in cell B23 to be October & the following year.
It works to get the current year in B23 but I wasn't sure of the syntax to get the following year.
.Range("B23").Value = "October " & Range("E18").Value
E18 has the current year and I need the range in cell B23 to be October & the following year.
It works to get the current year in B23 but I wasn't sure of the syntax to get the following year.