R Ron de Bruin Jan 14, 2004 #2 Hi King Manual : Right click on the link and choose remove Hyperlink To make text from all your hyperlinks use a macro like this Sub test() ActiveSheet.Hyperlinks.Delete End Sub Alt-F11 Insert>Module from the menubar paste the sub in there Alt-Q to go back to Excel If you do Alt-F8 you get a list of your macro's Select "test" and press Run
Hi King Manual : Right click on the link and choose remove Hyperlink To make text from all your hyperlinks use a macro like this Sub test() ActiveSheet.Hyperlinks.Delete End Sub Alt-F11 Insert>Module from the menubar paste the sub in there Alt-Q to go back to Excel If you do Alt-F8 you get a list of your macro's Select "test" and press Run
J John Wilson Jan 14, 2004 #3 King, One way would be to search for the "[" (open square brackets) character because it is used in linked formulas. Another, even easier way.... Download this Add-In http://www.bmsltd.co.uk/mvp/ John
King, One way would be to search for the "[" (open square brackets) character because it is used in linked formulas. Another, even easier way.... Download this Add-In http://www.bmsltd.co.uk/mvp/ John
J John Wilson Jan 14, 2004 #4 Ron, Judging by the difference in our replies, I would guess that the OP's question was a little vague?? <g> John
Ron, Judging by the difference in our replies, I would guess that the OP's question was a little vague?? <g> John