gaj104
Well-known Member
- Joined
- Nov 9, 2002
- Messages
- 864
Hi,
I have dotted around my workbook various error checks which look like the following:
if A1=B1,"","@error not balanced"
if D2-D1=100,"","@error check figure"
etc
What I was hoping to do was write a macro which wil populate sheet called errors by returning all values that contain @error and provide a hyper link to to the cell for me to investigate.
Essentially its the same as doing a find all, using values, in workbook and returning the matches.
However I'm stuck as how to code this. Can anyone help?
Thanks
I have dotted around my workbook various error checks which look like the following:
if A1=B1,"","@error not balanced"
if D2-D1=100,"","@error check figure"
etc
What I was hoping to do was write a macro which wil populate sheet called errors by returning all values that contain @error and provide a hyper link to to the cell for me to investigate.
Essentially its the same as doing a find all, using values, in workbook and returning the matches.
However I'm stuck as how to code this. Can anyone help?
Thanks