Hello,
I have a little circuit for my Arduino project that basically works with and without a USB connection. The Arduino can be powered through the 12v input I run through my PCB (regulated to 5v) but it also needs a USB connection.
Right now I am powering my LEDs and sensors with the 12v line and powering the Arduino using USB. However, when I turn off the PC or unplug the USB cable the Arduino won't run until I connect the regulated voltage to the VCC pin.
I want a solution where I don't have a change my PCB

Is it possible to power the Arduino via external PSU with the USB connected to the PC? I want the Arduino to stay on when I turn off the PC or unplug the USB cord.
Can I simply connect both at the same time? Eg plugin the USB and also connect 5v to the VCC, will those currents mess each other up?
I am an electronics noob so please be thorough in your explaination but as always many many thanks.