Generate data in Excel using Macros?

Posted by RD on Stack Overflow See other posts from Stack Overflow or by RD
Published on 2010-05-17T12:28:36Z Indexed on 2010/05/17 12:30 UTC
Read the original article Hit count: 88

Filed under:
|

I need to create a table with the following structure:

 Applicant | Test 1 | Test 2 | Test 3 | Test 4 | Test 5 | Test 6 |
 1         |   A    |   C    |   D    |   E    |   F    |   B    |
 2         |   C    |   B    |   A    |   E    |   D    |   F    |
 3         |   C    |   A    |   F    |   G    |   B    |   D    |
 ....      |        |        |        |        |        |        |

Basically, test 1 - 6 can be any letter between A and F. I want a Macro (or some other method) by which I can generate this table, with 200 applicants, where the tests are completely randomised. Anyone know how to do this?

© Stack Overflow or respective owner

Related posts about excel

Related posts about macros