
Originally Posted by
StephenSmith
I do know how to create a button and assign a macro to it lol
Ah, I take it there's a "not" missing from that sentence then 
I honestly can't remember how to insert buttons in Excel 2003, perhaps somebody else can help you with that, but what you could do is:
Press Alt-F11 to open the VB editor
From the "Insert" menu select "Module" (NOT class module)
Paste my code in, but change the first line to read something like "Sub GolfPick()"
Close the VB editor
In, I think, the tools menu there's an option to view macros. Click that and you'll get a list with one macro in, click on the options button and it will let you assign a shortcut key to run the macro. That should be it.
At the moment it is set to output to cell A1 on sheet 1, if you want the result in a different cell then change the line:
To the cell reference where you want it to output, e.g.
Bookmarks