Open template readonly

This commit is contained in:
Sergey Chebotar 2022-02-08 16:06:30 +03:00
parent d341ef82c7
commit 14a1225462

View File

@ -18,7 +18,7 @@ namespace RehauSku.PriceListTools
public void OpenNewPrice()
{
Workbook wb = ExcelApp.Workbooks.Open(RegistryUtil.PriceListPath);
Workbook wb = ExcelApp.Workbooks.Open(RegistryUtil.PriceListPath, null, true);
try
{