I have the following bit of code which I need to be copied as a percentage, specifically cell BQ50. I figured adding a percentage sign after the cell (i.e. BQ50%) would do the trick but it's not working properly.
Any thoughts?
Any thoughts?
.Range("p" & lMaxRows + 1).Formula = "=concatenate('" & LastSheet & "'!BQ50 & char(10) & '" & LastSheet & "'!BO51)"