![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: England
Posts: 6
|
I want to draw linking arrows between cells that relate to each other, but I don't want to pick and place an arrow for each individual cell.
Is there a way to click on one cell, and then on another to create the link, with the same properties for each line? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
How about, CTRL+ "a" to seelct all, go to Tools|Auditing|Trace Dependents to give you a lovely blue arrow connection each cell that is dependent upon it.
It's not pretty, but it might be what you're looking for. HTH |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Brampton
Posts: 324
|
If your working area is bigger and with many dependents, you can use this procedure:
Dim c As Range For Each c In ActiveSheet.UsedRange c.Select Selection.ShowDependents Next c |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|