Hello Guys,
I would like to as your help with the following issue.
I want to select range and paste as value.
I have done it before like this
Range("AA2:AA118").Copy
Range("AA2:AA118").PasteSpecial xlPasteValues
However now this range is in a table.
Can you help me how to do this?
Thanks in advance
Philip
I would like to as your help with the following issue.
I want to select range and paste as value.
I have done it before like this
Range("AA2:AA118").Copy
Range("AA2:AA118").PasteSpecial xlPasteValues
However now this range is in a table.
Can you help me how to do this?
Thanks in advance
Philip