Open template readonly
This commit is contained in:
parent
d341ef82c7
commit
14a1225462
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user