The following Excel 97 macro fails on some (older) computer
ActiveSheet.Paste
Range("A1"
.Select
ActiveWorkbook.Save
MsgBox "Le nom de la fenetre = " & ActiveWindow.Caption
'Workbooks("récapitulatif.xls"
.Close SaveChanges:=True
'Application.Windows(2).Close
'Application.Windows("récapitulatif.xls"
.Close
ActiveWindow.Close
Selection.ClearContents
Range("A1"
.Select
ActiveWindow.SelectedSheets.Visible = False
Sheets("pointage"
.Select
What do I nedd to update to have this code working on every machine ?
Os is windows NT.
Thanks for your help !
ActiveSheet.Paste
Range("A1"
ActiveWorkbook.Save
MsgBox "Le nom de la fenetre = " & ActiveWindow.Caption
'Workbooks("récapitulatif.xls"
'Application.Windows(2).Close
'Application.Windows("récapitulatif.xls"
ActiveWindow.Close
Selection.ClearContents
Range("A1"
ActiveWindow.SelectedSheets.Visible = False
Sheets("pointage"
What do I nedd to update to have this code working on every machine ?
Os is windows NT.
Thanks for your help !