Sadly my VBA is rather rusty and I'm too time-poor to figure this out just now:

I have two columns in sheet 'Temp' like so:

ABMD 133.03
ADI 75.79
AEIS 74.55
AL 36.61
ALGN 138.03
etc...

where Col A is Stock Symbol and B is Price.

I need a snippet of VBA code that searches for the same stock symbols
in sheet 'Main' in Col B there (can occur multiple times) and insert the relevant
Price in Col M.

Hoping that was explained clearly enough, thanks for any help