Hi Adrian. It's me again.
This looks like a simple question. Is there a way to copy a range and paste as values only?
I used the InsertAndCopyRange Method
(TXlsCellRange, Int32, Int32, Int32, TFlxInsertMode, TRangeCopyMode)
(TXlsCellRange, Int32, Int32, Int32, TFlxInsertMode, TRangeCopyMode)
But it seems I can only copy either All, OnlyFormulas, None, AllIncludingDontMoveAndSizeObjects, and Formats.
There is no option for Values only. Is this possible?
I can do it the old fashioned way by looping and using SetCellValues but there are quite many ranges to loop through. Is there a shortcut for this?
Thanks.