Forum Discussion

Tommee's avatar
Tommee
Copper Contributor
Aug 01, 2022
Solved

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...
  • JoeUser2004's avatar
    Aug 02, 2022

    Tommee 

     

    Range("O" & Cmbcellrow).Value = Range("O" & Intcellrow).Value

    or

    Cells(Cmbcellrow, "o").Value = Cells(Intcellrow, "o").Value

     

Resources