Thread: Swapping Values
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Lloyd Don Lloyd is offline
external usenet poster
 
Posts: 119
Default Swapping Values

Hi,

I'm working on a customised sort routine which involves swapping values
within a table.
Uing a temporary variable, single cells are not a problem, but what's the
best way to work with multiple cells. The code is in R1C1 notation.

Example
Swap Row 10, Columns 5 to 8
With Row 15, Columns 5 to 8

What I would like to be able to do is to complete the swap using one
temporary variable.

Regards,
Don Lloyd