In short, on a form I have a field for MAC addresses. I want to remove the : from the MAC address when pasted into the field. Currently I have an excel spread sheet that use to remove the : using a formula. Then I copy and paste it into the field. I want to eliminate this step and have VBA remove the : if it is present in the MAC address pasted in.
I tried several different code I found but nothing works.
Thanks in advance.