T
Todd
I have code like the following. I am currently using 2000
Professional and the code works perfectly. When I send
this spreadsheet to someone running NT it will not run the
Sheets("COMPLETED").Move Before:=Sheets(29) code. Are
there any workarounds so that this code will work on both
platforms? Thanks for the help!
Public Sub BANKRY()
If Worksheets("INDEX").CheckBox1.Value = False Then Exit
Sub
Sheets("BANKRY").Visible = True
Sheets("COMPLETED").Visible = True
Sheets("COMPLETED").Move Before:=Sheets(29)
Sheets("INDEX").Select
End Sub
Professional and the code works perfectly. When I send
this spreadsheet to someone running NT it will not run the
Sheets("COMPLETED").Move Before:=Sheets(29) code. Are
there any workarounds so that this code will work on both
platforms? Thanks for the help!
Public Sub BANKRY()
If Worksheets("INDEX").CheckBox1.Value = False Then Exit
Sub
Sheets("BANKRY").Visible = True
Sheets("COMPLETED").Visible = True
Sheets("COMPLETED").Move Before:=Sheets(29)
Sheets("INDEX").Select
End Sub