Hi
Hi
Can someone explain to me in simple language what is the purpose of following code lines:
Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False
Complete code line is as follows:
(Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False)
I am copying some values from an excel file and pasting them into the other.
Is it possible to modify the value before pasting them.
For example column B has absolute values and when this is copied and pasted into the column B in other sheet the new values should be in % (i.e. all values should be divided by 100)
hope my questions makes sense...
Cheers
J
Bookmarks