I would like to create a button with a macro attached to it for
excel. I've found instructions on how to create the button and link a
macro to it but I need help creating the macro. What I would like the
button to do is return the absolute value of the number in that cell,
=ABS(). For example, I have a group of cells A1-E1 and when I
highlight them I would click the ABS button and it would change each
entry into it's ABS. Is this possible? I've never written any code
but I want to learn so any help is appreciated.