I'm trying to figure out how to develop a macro to analyze the content of a cell and perform different actions based on what is in the cell. To be more specific, let's say I want the macro to go to cell B2 and determine what is in that cell. If it determines that the cell contains the letter A then I want to perform a certain action. However, if it contains the letter B I want it to perform a different action. How would I do this?