View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Wirt[_12_] John Wirt[_12_] is offline
external usenet poster
 
Posts: 10
Default "Flipping" a matrix

Has anyone seen VBA code for flipping a n array -- that is, moving row 1 to
the last row, row 2 to the next to last row, and so on until row N is the
first row?

Thank you.

John Wirt