I have a excel workbook(a) that opens other excel workbooks(b), selects a range copies the data and pastes it back in the first workbook(a) then close's workbook(b). The problem is workbook(b) has marcos that run when it opens. Is there a way with workbook(a) to have something like 'application.workbooks.open("workbook(b).xls" marcos=false' so that they dont run and interfer with workbook(a)'s marcos?
Thanks
Thanks