You're welcome. I'm glad to hear it's working now. Unless you are using a 3rd party board that is specifically configured to always do "Upload Using Programmer", the standard "Upload" in the Arduino IDE attempts to do an upload over serial to the port selected from the Tools > Port menu, which is the most common method of uploading to Arduino boards. The Tools > Programmer menu selection is ignored during a standard upload. If you're doing a lot of Upload Using Programmer, you might like to know the shortcut of holding the shift key while clicking the standard Upload button.
pert:
If you're doing a lot of Upload Using Programmer, you might like to know the shortcut of holding the shift key while clicking the standard Upload button.
I won't be doing a lot of uploading but thanks for the hint.