That didn't work either.
1) Sheet 1, A13 has: "company"
2) Sheet 2, A1 turns the "com" into a code let's say B10 (as in cell), in
that cell is a value (I have a large grid with random numbers in it)
3) Sheet 2, A2 turns "pany" into a code let's say D20 (as in cell), in that
cell is a value
4) My macro looks up the value in cell B10 & it's 1234 and looks up the
value in cell D20 and it's 5678, concatenates PASS+1234+5678 = PASS12345678
and places it in Sheet 2, A3 and Sheet 1, F13
5) Since each client will get a new code in Sheet 2 A1 & A2 to get from the
grid, A3 will have a new PASS********
6) So, as I understand it, for each customer, Sheet 2, cells A1, A2, A3 are
unique, A1 & A2 contain formulas, A3 is a value placed from the macro, as it
looks for the 2nd customer name, it needs to place their password in A3 and
F14, the 3rd customer would need to be in A3 (as they all will) and F15 and
so on
This is where I am stuck. It looks up Sheet 1 A13, calculates the values in
Sheet 2 A1 & A2, macro looks up the grid for the corrsponding values in A1 &
A2 and gives me the final password in A3 and I have it placed again in Sheet
1 on the same row as that customer (F13), I cannot get it to repeat this
process on A14&F14 until it sees a blank line in column A, which means
there's no customer there, I then do not need a password. I also have a
column N with a yes or no in it for e-mailing the password, this works, if
the yes or no should be the verification to create a password or not that
would work also. Thank you for your time, this one's driving me crazy!
Mike