Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
James,
Your last comment grabbed me and wouldn't let go! We can copy all and convert to values as follows: Sheets("Sheet1").Range("B9:M88").Copy _ Destination:=Sheets("Sheet2").Range("B9:M88") Sheets("Sheet2").Range("B9:M88").Value = _ Sheets("Sheet2").Range("B9:M88").Value -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy specific number of rows from cells to cells? | Excel Programming | |||
copy specific cells from a worksheet to another | Excel Programming | |||
Copy specific cells to new rows | Excel Programming | |||
Copy cells to specific sheets | Excel Worksheet Functions | |||
Copy information down specific cells | Excel Programming |