M
Mikey May
Thanks to Jim Rech for solving my problem a couple of days
ago.
Another problem I have now is automatically overwiting a
file without Excel asking if i want to overwite the
original file
Range("R8").Select
If ActiveCell = 0 Then
Workbooks("CTS Master").Close False
Exit Sub
Else
Rountine1
ActiveWorkbook.SaveAs "p:\Test Folder\Amanda_
Dunnell\CTS Master.xls"
Workbooks("CTS Master").Close False
When cell R8 has a value of 0 this will work and close
without saving or any prompts, but if R8 does not have a
value of 0 then the macro runs Routine1 and needs to
overwrite original version of 'CTS Master'. Don't know
how to overwrite without any prompts.
ago.
Another problem I have now is automatically overwiting a
file without Excel asking if i want to overwite the
original file
Range("R8").Select
If ActiveCell = 0 Then
Workbooks("CTS Master").Close False
Exit Sub
Else
Rountine1
ActiveWorkbook.SaveAs "p:\Test Folder\Amanda_
Dunnell\CTS Master.xls"
Workbooks("CTS Master").Close False
When cell R8 has a value of 0 this will work and close
without saving or any prompts, but if R8 does not have a
value of 0 then the macro runs Routine1 and needs to
overwrite original version of 'CTS Master'. Don't know
how to overwrite without any prompts.