G
Gromit
Hi,
I've been trying to develop a VBA procedure that would essentially act
like Paste Special Values, except that the cell contents would be
completely IDENTICAL to the range on the clipboard. This would be very
handy for moving large tables of formulas with mixed absolute and
relative references to somewhere else on the sheet for subsequent
manipulation.
My general approach has been to try to use the Windows clipboard
application to fill a 2D array, turn each array element into a string,
then go the active cell, create a new range the same size as the
clipboard array, paste in the formula strings then Evaluate them.
After several hours I think I'm out of my depth.
Anyone fancy the challenge?
Thanks ever so,
Gromit
I've been trying to develop a VBA procedure that would essentially act
like Paste Special Values, except that the cell contents would be
completely IDENTICAL to the range on the clipboard. This would be very
handy for moving large tables of formulas with mixed absolute and
relative references to somewhere else on the sheet for subsequent
manipulation.
My general approach has been to try to use the Windows clipboard
application to fill a 2D array, turn each array element into a string,
then go the active cell, create a new range the same size as the
clipboard array, paste in the formula strings then Evaluate them.
After several hours I think I'm out of my depth.
Anyone fancy the challenge?
Thanks ever so,
Gromit