View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pj pj is offline
external usenet poster
 
Posts: 2
Default cell value swapping

I have a region of cells that need to meet certain
conditions to reach a goal. All the values of these cells
will remain the same within the region. However, depending
on the results of the conditions some of these values may
need to be swapped.

I would like to put a command button on the sheet such
that when two cells are selected (anywhere within the
region) then clicking the command button will find those
cells and swap the values in them.

Is this possible and how? TIA.
pj