Hi,
I am using Workbook1. And from Workbook1 i open Workbook2 in read only mode "workbooks.open("Workbook2"), readonly = true
because i am using workbook2 only for read purposes, i dont want to save it. but excel gives me warning to save the workbook.
I have tried to put this command in workbook2 "ThisWorkbook.Close Save:= false" in beforeclose function. But after that command exectued excel crashed!
Help please!
I am using Workbook1. And from Workbook1 i open Workbook2 in read only mode "workbooks.open("Workbook2"), readonly = true
because i am using workbook2 only for read purposes, i dont want to save it. but excel gives me warning to save the workbook.
I have tried to put this command in workbook2 "ThisWorkbook.Close Save:= false" in beforeclose function. But after that command exectued excel crashed!
Help please!