Revert "Open target worbook readonly. Turn off Save As dialog."

This reverts commit b9c96ae180.
This commit is contained in:
Sergey Chebotar 2022-02-08 16:03:28 +03:00
parent b9c96ae180
commit d341ef82c7
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -34,7 +34,7 @@ namespace RehauSku.PriceListTools
FilterByAmount(); FilterByAmount();
ResultBar.Update(); ResultBar.Update();
//Interface.Dialog.SaveWorkbookAs(); Interface.Dialog.SaveWorkbookAs();
ExcelApp.StatusBar = false; ExcelApp.StatusBar = false;
} }
} }

View File

@ -39,7 +39,7 @@ namespace RehauSku.PriceListTools
FilterByAmount(); FilterByAmount();
ResultBar.Update(); ResultBar.Update();
//Dialog.SaveWorkbookAs(); Dialog.SaveWorkbookAs();
ExcelApp.StatusBar = false; ExcelApp.StatusBar = false;
} }
} }

View File

@ -30,7 +30,7 @@ namespace RehauSku.PriceListTools
FilterByAmount(); FilterByAmount();
ResultBar.Update(); ResultBar.Update();
//Interface.Dialog.SaveWorkbookAs(); Interface.Dialog.SaveWorkbookAs();
ExcelApp.StatusBar = false; ExcelApp.StatusBar = false;
} }

View File

@ -25,7 +25,7 @@ namespace RehauSku.PriceListTools
FilterByAmount(); FilterByAmount();
ResultBar.Update(); ResultBar.Update();
//Dialog.SaveWorkbookAs(); Dialog.SaveWorkbookAs();
ExcelApp.StatusBar = false; ExcelApp.StatusBar = false;
} }
} }