The main sheet of my workbook has 2 list boxes which control the graphs on the other sheets. I have some vba coding that shows/hides sheets based on the values selected. In the background I have a cell that shows either a 0,1, or 2 based on the selection. Is there some code I can write to print Sheet1 if cell A21 = 0, Sheet2 if cell A21 = 1, and Sheet3 if cell A21 = 2? Any help is appreciated.