S
sconly

I have a porblem with shared woorkbook, created in excel 2002, that is
password protected.
when opened/run in excel 97 it crashes on the following code (which
programatically creates a sheet from another):
' Now recreate from an image of the template
Sheets("Template").Select
Sheets("Template").Copy after:=Sheets(1)
Sheets(2).Name = "Report"
Is there some sort of compatibility issue that causes the above code to
crash in 97 but not in 2002 ?
any input/advise would be very much appreciated.
thanks !!!!