Hi,
I am trying to select multiple sheets using the following code.
Dim x As Integer
ThisWorkbook.Worksheets(3).Select
For x = 3 To ThisWorkbook.Worksheets.count
Worksheets(x).Select (False)
Next x
Although it is a common code it does not work with the later versions...