Open gilbertbw opened 3 years ago
It looks like you can set the Project description using Application.VBE.ActiveVBProject.Description = "Test"
, I can't see anywhere in the UI to set the Company, and searching around can't see anyone talking about how to set it with code or in the UI
@bkp7 https://github.com/x-ware-ltd/access-scc-addin/pull/58#pullrequestreview-527232763 :
These fields are displayed in the Add-in Manager. At the moment you see something like this:
The issue with setting these is that they are not currently persisted by the add-in, so they would have to be set manually. We should investigate whether they can be set programmatically.