F
FARAZ QURESHI
The following macro selects precedents only if on the current sheet.
Sub Macro1()
ActiveCell.Precedents.Select
End Sub
If the cell contains reference to some other sheet in the same book the
error 1004 stating "No Cells Found" pops up.
Any suggestion?
Sub Macro1()
ActiveCell.Precedents.Select
End Sub
If the cell contains reference to some other sheet in the same book the
error 1004 stating "No Cells Found" pops up.
Any suggestion?