I am a complete novice in excel and VBA scripting. I need to know how to execute this subroutine:
called like:![]()
Please Login or Register to view this content.
Connect Range("A3"), Range("D7")
that I found in an excel forum. My intention is to eventually be able to select two cells and then run a sub to draw a line between them. I suppose this would mean having some sort of thing to extract the cell locations from the selected cells, and then running the aforementioned subroutine with the selected cell locations as inputs.
Bookmarks