I have created a program which develops an Excel spreadsheet with data. I wish to create a function that copies the values from a range of cells, and pastes them (just the values) to another range.
I believe that I need to use the Range.Copy and PasteSpecial function, but I am unsure of the syntax.
The range I want to copy is ("A1:F1"
and I want to paste it to ("A10:F10"
Could someone please help me out with the syntax? Again, I need to copy "only the values" from the first range.
Thanks for your help!!!
-Smitty
I believe that I need to use the Range.Copy and PasteSpecial function, but I am unsure of the syntax.
The range I want to copy is ("A1:F1"
and I want to paste it to ("A10:F10"
Could someone please help me out with the syntax? Again, I need to copy "only the values" from the first range.
Thanks for your help!!!
-Smitty