You could insert a line of code (next to last line - before the End Sub) like
so..
Msgbox "This Specific Quote data has been copied to the Jobs Sheet"
Click on the cell of the Quote Number you wish to copy before
double-clicking it - Cause it will transfer the info on the Quote line
CURRENTLY SELECTED.
And yes, you can do it twice, or three times -- If you should duplicate,
just delete it
from the Jobs Sheet where/when duplicated.
1. What is the" standard module below" refering to?
It is a module you create in the VBE by clicking on Insert, Module (if none
already exists) - but if you already have one (Module1 default named) then
just paste the code into it.
I had to ASSUME your JobName was in Column C of your Quotes Sheet -- If it
is not(say it is in Column F), then you will have to change to the code
column reference # from 2 to 5).
3.What or where is my "Quotes Object Code"?
In the VBE Project Explorer Window (Top Left - what looks like the old File
Manager - Tree style framework) click on your Sheet?(Quotes) - then at the
menu, click View, Code. Your circur should jump to the spot where you should
paste in the given code supplied.