View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nerohnze nerohnze is offline
external usenet poster
 
Posts: 9
Default Fill each time one cell/row with a specific number,for defined col

Hello,
I've a problem of designing all possibilities of below criteria on the same
range.
*Fill each time one cell/row
*Each row has a specific number to be filled for its cells
*The numbers of columns are defined.

For ex., for 3 rows and 4 columns, and for specific numbers of each rows,
the number of arrangements on a defined range is = 4^3=64. How will i see all
possibilities sequently replaced to the range? Thanks for help.