There is a way to select multiple Excel sheets, and then perform some actions, such as Print. However, given the book, how do you know which sheets are selected. There is a vba Application-> ActiveSheet property that gives us the current active sheet, but I could not find a way to get multiple sheets for this.
source
share