Clip Board

  • Thread starter Todd huttenstine
  • Start date
T

Todd huttenstine

I have multiple buttons. These buttons contain code to
copy individual cells values. Is there a way I can simply
click 1 or as many as these buttons as a I want and for
each button I click it just continue to add to the clip
board?
 
T

Tom Ogilvy

No.

You might have the code build a multicell range, then copy that with a final
button.

Regards,
Tom Ogilvy
 
J

Jim Rech

The Windows Clipboard is not "cumulative". The Office clipboard (Office XP
and Office 2003) is, although it doesn't copy formulas just values. It's on
the Edit menu.
 
Top