How could I write a general VBA for all cells so that when any cellis clicked, its value would be copied to the clipboard?
A good starting point for this would be the event example I recentlyadded to the files section of this group. It shows how to take actionbased on a cell-level event.