Hi,
I am grabbing the .Value from a variable. How to copy formatting of cell above as well?
Shortest code possible as I have many lines of code like this.
wsSheet2.Cells(3,2).Value = TestSheet1
Thanks in advance.
I am grabbing the .Value from a variable. How to copy formatting of cell above as well?
Shortest code possible as I have many lines of code like this.
wsSheet2.Cells(3,2).Value = TestSheet1
Thanks in advance.