In an Excel spreadsheet I would like to create a macro to get alpha numeric information from a particular cell, paste that information to the left footer, and then format it to size 12, bold, & italic. Then I want to take information from a different cell, paste it to the same footer after that first information, do a carriage return, and format this second part to size 10, regular. Since the information in these two cells changes each time I create the spreadsheet, I think I need to use variables for each cell to carry the information to the footer. Does anyone have an example of how I can do all of this?