Revert "Open target worbook readonly. Turn off Save As dialog."
This reverts commit b9c96ae180
.
This commit is contained in:
parent
b9c96ae180
commit
d341ef82c7
@ -18,7 +18,7 @@ namespace RehauSku.PriceListTools
|
||||
|
||||
public void OpenNewPrice()
|
||||
{
|
||||
Workbook wb = ExcelApp.Workbooks.Open(RegistryUtil.PriceListPath, 0, true);
|
||||
Workbook wb = ExcelApp.Workbooks.Open(RegistryUtil.PriceListPath);
|
||||
|
||||
try
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ namespace RehauSku.PriceListTools
|
||||
FilterByAmount();
|
||||
ResultBar.Update();
|
||||
|
||||
//Interface.Dialog.SaveWorkbookAs();
|
||||
Interface.Dialog.SaveWorkbookAs();
|
||||
ExcelApp.StatusBar = false;
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ namespace RehauSku.PriceListTools
|
||||
FilterByAmount();
|
||||
ResultBar.Update();
|
||||
|
||||
//Dialog.SaveWorkbookAs();
|
||||
Dialog.SaveWorkbookAs();
|
||||
ExcelApp.StatusBar = false;
|
||||
}
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ namespace RehauSku.PriceListTools
|
||||
FilterByAmount();
|
||||
ResultBar.Update();
|
||||
|
||||
//Interface.Dialog.SaveWorkbookAs();
|
||||
Interface.Dialog.SaveWorkbookAs();
|
||||
ExcelApp.StatusBar = false;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ namespace RehauSku.PriceListTools
|
||||
FilterByAmount();
|
||||
ResultBar.Update();
|
||||
|
||||
//Dialog.SaveWorkbookAs();
|
||||
Dialog.SaveWorkbookAs();
|
||||
ExcelApp.StatusBar = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user