In VBA, one can hide/show the formula bar using Application.DisplayFormulaBar = False/True.
This is a useful automation as the formula bar is often hidden as part of the finalisation process for Excel business deliverables. It would be useful to be able to access this functionality through the Excel JS API.
No CommentsBe the first to comment