Copies the data from a range of cells to a specified range of cells.
            
            
            
Syntax
            Parameters
- fromRow
 
- Row index of start of range from which to copy
 - fromColumn
 
- Column index of start of range from which to copy
 - toRow
 
- Row index of start of range to which to copy
 - toColumn
 
- Column index of start of range to which to copy
 - rowCount
 
- Number of rows to copy
 - columnCount
 
- Number of columns to copy
 
            
             
            
						
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also