Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
保存後に Excel の数式が失われ、最後の計算結果に置き換えられました。
質問: 数式を保持するための特別な保存オプションはありますか?
rangeTarget = workSheetTeam.get_Range(workSheetTeam.Cells[40, BG], workSheetTeam.Cells[40, BG]); rangeTarget.Formula = "=MAX(BF8:BF25)";