Hi All,
I am trying to copy and paste value from one cell to another. The value will be pasted after a phrase and in between quotation marks. For example:
Before copy & paste A1: 4567892300 C1: phone number = "" active etc.
After copy & paste A1: 4567892300 C1: phone number = "4567892300" active etc.
I know several ways to copy and paste in VBA, but is having trouble inserting value in a specific location.
Could anyone help me out on this?
Thanks!
Emily
I am trying to copy and paste value from one cell to another. The value will be pasted after a phrase and in between quotation marks. For example:
Before copy & paste A1: 4567892300 C1: phone number = "" active etc.
After copy & paste A1: 4567892300 C1: phone number = "4567892300" active etc.
I know several ways to copy and paste in VBA, but is having trouble inserting value in a specific location.
Could anyone help me out on this?
Thanks!
Emily