D
Dave
I ave a workbook named Prop53sj.xls with the code below in it. I am trying
to have it open Parts.xls (It does that fine). Then switch back to the
Prop53sj.xls workbook (It also does that). The problem is that I cant rename
Prop53sj.xls to a different name and I need to.
Private Sub Workbook_Open()
Workbooks.Open Filename:="parts.xls"
Workbooks("Prop53sj.xls").Worksheets("Title").Activate
End Sub
Thanks again
Dave
to have it open Parts.xls (It does that fine). Then switch back to the
Prop53sj.xls workbook (It also does that). The problem is that I cant rename
Prop53sj.xls to a different name and I need to.
Private Sub Workbook_Open()
Workbooks.Open Filename:="parts.xls"
Workbooks("Prop53sj.xls").Worksheets("Title").Activate
End Sub
Thanks again
Dave