Ok i have a program that goes to a different workbook and copies information. When i try to go back to the original workbook to paste the information, it says that it is out of range... can someone help me fix this? Code:
- Application.Goto Workbooks(Page).Sheets(Page).Range(CurrentCell)
- Goes here first
- Copies information
- Stops working here
- Application.Goto Workbooks("ResultsMaster.xls").Sheets("Master.xls").Range(BeginAt)
Last edited: