Can anyone tell me what the CopyOrigin parameter of Insert is used for? And what values it will accept?
I have included the vba help (which wasn\'t really that helpf
It takes either of one parameter as given below.
Const xlFormatFromLeftOrAbove = 0 Member of Excel.XlInsertFormatOrigin
and...
Const xlFormatFromRightOrBelow = 1 Member of Excel.XlInsertFormatOrigin