Forum Discussion
Tommee
Aug 01, 2022Copper Contributor
Excel VBA macro code
Hello. I am trying to test the current or todays date's month and day. If it matches Dec 31 or Jan 1 or Jan 2, perform EOY or new year processing. If 12/31 or 1/01 or 1/02 I would like to set the p...
- Aug 02, 2022
Range("O" & Cmbcellrow).Value = Range("O" & Intcellrow).Value
or
Cells(Cmbcellrow, "o").Value = Cells(Intcellrow, "o").Value
JoeUser2004
Aug 02, 2022Bronze Contributor
Range("O" & Cmbcellrow).Value = Range("O" & Intcellrow).Value
or
Cells(Cmbcellrow, "o").Value = Cells(Intcellrow, "o").Value