Anyone know how to write this formula in vba using the activecell.row method instead of the hard code? =CONCATENATE(E4," ",G4)
I'm having trouble coding the ," ", space, vba keeps flipping out at me :wink:
I know I could use & to make it a value in the cell, but I need it to be a formula because G4 is a date that changes.
I'm having trouble coding the ," ", space, vba keeps flipping out at me :wink:
I know I could use & to make it a value in the cell, but I need it to be a formula because G4 is a date that changes.