Getting Copy From Range

R

Ronald Dodge

How can I get the copy from range (could be multiple shapes) in VBA
regardless which method the user used to copy the range?

Example:

User selects A3:H23

User copy's the range (any of the following ways: Ctrl-C; Alt,E,C (or mouse
version of this); Right click, then click on Copy; Ctrl-Insert;
Ctrl-Ins(NumLock Off); Copy toolbar button; any other custom way of copying
the range)

After the above has been done, how can we get the copy from range?
 
Top