J
JMay
I wish to create a tool (Macro) where I select numeric cell values on a
worksheet (whether constants or formula-based) either contiguous or
non-contiguous (never over say, 20 cells) Copy them (Control-C) then click
on a destination cell D1 and **at this moment** click a special toolbar
button which runs code to paste in:
=123+456+789+100+200+300 >>> whereby D1 displays 1968 (the total) of
course. Whatever's in the clipboard (ever how it is laid-out) needs to me
edited to receive the beginning "=" and the insertion of the "+"'s << a bit
tricky for me at this point. Clearing the Clipboard at he end would be the
final step. Can anyone assist me in the development?
TIA,
worksheet (whether constants or formula-based) either contiguous or
non-contiguous (never over say, 20 cells) Copy them (Control-C) then click
on a destination cell D1 and **at this moment** click a special toolbar
button which runs code to paste in:
=123+456+789+100+200+300 >>> whereby D1 displays 1968 (the total) of
course. Whatever's in the clipboard (ever how it is laid-out) needs to me
edited to receive the beginning "=" and the insertion of the "+"'s << a bit
tricky for me at this point. Clearing the Clipboard at he end would be the
final step. Can anyone assist me in the development?
TIA,