hi every one
i'v a 22 sheets workbook i wanted 2 make the 1st one is the default one while opening i'v made this code:
Private Sub Workbook_Open()
Worksheets("sheet1").Activate
End Sub
( in this work book)
it's working but every time i open this file gives me this meassage :
runtime 9: subscript out of range
pleaaaaase answer meeee soooooooon
i'v a 22 sheets workbook i wanted 2 make the 1st one is the default one while opening i'v made this code:
Private Sub Workbook_Open()
Worksheets("sheet1").Activate
End Sub
( in this work book)
it's working but every time i open this file gives me this meassage :
runtime 9: subscript out of range
pleaaaaase answer meeee soooooooon