Manage and change the design of all views in a database in one configuration document
In case you have created a blank database and left the default view untouched, you will get error in SetColumnFonts sub on the line 17(Forall c In v.Columns…). Error happens because untouched default view doesn't contain any columns. Naming and saving default view corrects problem. No other error happened when refreshed our customer template. Great job!
Hey, thanks for the feedback! It'll be some extra checking to implement in a next release.