joyfullservice / msaccess-vcs-addin

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
Other
209 stars 41 forks source link

Export/import "Conditional Compilation Arguments" #511

Closed mwolfe02 closed 4 months ago

mwolfe02 commented 6 months ago

This request was raised during my presentation on the Add-in at DevCon Vienna 2024:

image

Should be as simple as incorporating the following code:

Application.SetOption "Conditional Compilation Arguments", "Test=1"

?Application.GetOption("Conditional Compilation Arguments")
Test = 1
joyfullservice commented 6 months ago

Good news! That is already supported. The source can be found in clsDbVbeProject.

hecon5 commented 4 months ago

@mwolfe02 is this working as expected? If so, can you close it?