Hi all, Please help me to troubleshoot to run a macro that is having an error message of "run time error 9, subscription out of range".
Debug is error on this line..
For x = 1 To 3
Application.DisplayAlerts = False
Blank_DBoR_Workbook.Sheets("Sheet" & x).Delete
Application.DisplayAlerts = True
Next
Thanks.
Debug is error on this line..
For x = 1 To 3
Application.DisplayAlerts = False
Blank_DBoR_Workbook.Sheets("Sheet" & x).Delete
Application.DisplayAlerts = True
Next
Thanks.