View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JASon JASon is offline
external usenet poster
 
Posts: 2
Default Drawing object references

What I'm trying to do is have a macro that draws an arrow
from one cell to another. The first time I run the macro
it would need to draw the arrow from B26 to B33, the next
time it might be C21 to B23. The cells it will be drawing
from and to are going to be changing every time the macro
is written. Any help with this is appreciated.