This has got to be a very basic question, my apologies. I've been banging my head for over an hour about it, though.

I have a macro that performs a conversion on many cells. What I want it to do is to remember where the active cell was when the macro started and return the active cell to the same place when the macro concludes. I need to do this for a single sheet when the conversion is performed on a single worksheet and to do this on an entire workbook when the conversion is performed that way. Say, for example, the active cell was B5 on worksheet 7 when the user clicked the conversion button, I want to return it to B5 on worksheet 7 when it is done.

Again, my apologies for troubling you with something I should be able to figure out myself.

ctap