Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there anyway to flag a cell in worksheet 'questions' that has been referenced in worksheet 'test'. Example: In worksheet 'test', cell D3, I enter =questions!C15. I want to know that cell C15 has been used in worksheet 'test'.
|
#2
![]()
Posted to microsoft.public.excel.links
|
|||
|
|||
![]()
You could run this macro:
Sub ShowUsed() Dim C As Range For Each C In ActiveSheet.UsedRange.Cells C.ShowDependents Next End Sub To remove the arrows: Tools Formula Auditing Remove All Arrows Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - respond to newsgroup |
#3
![]() |
|||
|
|||
![]()
I will try it and see how things go. Thank you.
|
#4
![]() |
|||
|
|||
![]()
The macro worked great. Thanks for the assistance.
Reed Spencer |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Any way of flagging blank cells? | Excel Worksheet Functions | |||
Sorting Referenced Cells | Links and Linking in Excel | |||
Indexing Referenced Cells | Excel Discussion (Misc queries) | |||
Question about tab naming and referenced cells | Excel Discussion (Misc queries) | |||
Sorting referenced cells | New Users to Excel |