Good day,
I have a spreadsheet with a Macro.
My code is as follows:
Range("Z4:Z29").Select
Selection.Copy
Range("AC4").Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
All fields Z4:Z29 and AC4 range are formatted as Number with 2 decimals yet after the macro runs and pastes the values from Z4:Z29 they appear to be formatted as text and a little block appears that says:
"The number in this cell is formatted as text or preceded by an apostrophe"
Please can you help?