"Flipping" a matrix

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • Re: "Flipping" a matrix
    ... In my List Files program, ... With my Permutations program...with an array of 30,000 ... And writing the list directly goes very fast. ... When a user breaks you should finish flipping at least the current ...
    (microsoft.public.excel.programming)
  • Re: random numbers
    ... It's like flipping a coin one hundred times, ... I'll store the numbers in an array. ...
    (microsoft.public.access.modulesdaovba)
  • Re: "Flipping" a matrix
    ... writing a Variantor Arrays directly ... to a range is faster then plunking data directly in each cell. ... always assumed just that - ie very significantly faster to read as an array, ... When a user breaks you should finish flipping at least the current ...
    (microsoft.public.excel.programming)
  • Re: [PHP] Array remove function?
    ... Array keys are. ... If the values aren't unique and you want to remove all array elements with a given value, ... Flipping the array back and forth just to unset individual elements seems extremely inefficient. ...
    (php.general)