July 27, 200520 yr Okay...still learning so bear with me. I have 15 text fields, each of which could potentially contain an email address, but only one of them actually will. I need to create a script which looks at all 15 fields, finds the field with the "@" symbol and then copy/pastes the entire contents of that field into another empty field. Ideas? Thanks in advance for any assistance! Kirk
July 27, 200520 yr Look attachment.Click Clear. Then click Your Script. 15FIELDS.zip Edited July 27, 200520 yr by Guest
July 27, 200520 yr Author aaa... Thanks much...I just had to do a few quick mods from your example and it worked like a charm! I appreciate the time. Kirk
July 27, 200520 yr If all but one field will be empty, you could also make YourField an auto-enter calculation, with 'do not replace' deselected, of F1 & F2 & F3 & F4 & F5 & F6 & F7 in which case a script is unnecessary.
Create an account or sign in to comment