G
Guest
How do I modify the current VBA script listed below to automatically
writeover the MATERIAL_ORDERS.xls file each time without prompting do you
have to replace this file.
Thanks so much for the help.
Set ActWkbk = ActiveWorkbook
ActWkbk.Worksheets("MATERIAL ORDERS").Copy
With ActiveSheet
.Parent.SaveAs Filename:=ActWkbk.Path & "\" & "MATERIAL ORDERS.XLS"
End With
writeover the MATERIAL_ORDERS.xls file each time without prompting do you
have to replace this file.
Thanks so much for the help.
Set ActWkbk = ActiveWorkbook
ActWkbk.Worksheets("MATERIAL ORDERS").Copy
With ActiveSheet
.Parent.SaveAs Filename:=ActWkbk.Path & "\" & "MATERIAL ORDERS.XLS"
End With