T
Terry
I want to write a macro that documents the address of the
cell that is clicked, NOT the active cell.
Example:
With A5 active, you invoke the macro.
The macro asks "What cell do you want to document?"
The user then clicks, say, A1.
The macro then enters this in A5: =cell("address",a1)&cell
("filename",a1)
Thanks!
cell that is clicked, NOT the active cell.
Example:
With A5 active, you invoke the macro.
The macro asks "What cell do you want to document?"
The user then clicks, say, A1.
The macro then enters this in A5: =cell("address",a1)&cell
("filename",a1)
Thanks!