elle_clara
New Member
- Joined
- Jul 28, 2013
- Messages
- 11
Hi, I've been trying to make a macro for making a simple substitution cypher but although I managed to do so in Python I don't know enough to make a macro.
The desired outcome would be to type a phrase in, say, cell A1, run the macro and then have the result appear in cell A2.
It's not a simple offset by a given number of characters (like a->c, b->d, etc) but rather a substitution that I'd write for each and every letter on a different row, e.g:
a->s
b->a
c->t
A1: abc -> A2: sat
I guess I'd need to use the Replace function but I'm not sure how to make it write in cell A2 the substituted form.
The desired outcome would be to type a phrase in, say, cell A1, run the macro and then have the result appear in cell A2.
It's not a simple offset by a given number of characters (like a->c, b->d, etc) but rather a substitution that I'd write for each and every letter on a different row, e.g:
a->s
b->a
c->t
A1: abc -> A2: sat
I guess I'd need to use the Replace function but I'm not sure how to make it write in cell A2 the substituted form.
Last edited: