Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub PreviewTable()
'
' Macro6 Macro
' Macro recorded 4/17/2006 by ITS Image
'
'
Sheets(Array("U_DI", "U_Et", "U_EtG", "U_S-D", "U_C-INTL", _
"U_S-D+INTL", "U_FG", "U_AC", "G_DI", "G_Et", "G_EtG", "G_S-D", "G_C-INTL", _
"G_S-D+INTL")).Select
ActiveWindow.SelectedSheets.PrintPreview
End Sub
Given the forum in which you posted, I'm assuming that you aren't necessarily looking for a VBA-solution.desi5pure said:I would like to do find on whole spreadsheet; is there a way I can select all tabs (sheets) and issue a find command?