D Dmitriy Kopnichev May 25, 2004 #1 Hello How to show dependents for all cells in a selection at once?
K Ken Wright May 25, 2004 #3 Sub ShowDependents() ' For Each cell In Selection cell.ShowDependents Next cell End Sub Sub ShowPrecedents() ' For Each cell In Selection cell.ShowPrecedents Next cell End Sub
Sub ShowDependents() ' For Each cell In Selection cell.ShowDependents Next cell End Sub Sub ShowPrecedents() ' For Each cell In Selection cell.ShowPrecedents Next cell End Sub