tomw-fiecon's avatar
tomw-fiecon
Copper Contributor
May 09, 2025
Status:
New

Hide/show formula bar from Excel API

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