ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   In VBA: how to open a workbook with a specific version of excel? (https://www.excelbanter.com/excel-programming/421230-vba-how-open-workbook-specific-version-excel.html)

Cheetahke

In VBA: how to open a workbook with a specific version of excel?
 
Hi,
I have Office 2003 and 2007 on my computer. I've written code in VBA (Excel
2003)for opening a workbook if the file exists. If not, a new workbook must
be created.
The new workbook is created and opens, but the old workbook opens a second
time in Excel 2007. How can I prevent this in VBA?

Code:
If fileExists("filename") then
Set nWB = WB.Open("filename")
Else
Set oWB = active.workbook
oWB.save
oWB.saveCopyAs ("filename")
Set nWB = wb.Open("filename")
End if


All times are GMT +1. The time now is 01:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com