msaccess-vcs-addin icon indicating copy to clipboard operation
msaccess-vcs-addin copied to clipboard

Export/import "Conditional Compilation Arguments"

Open mwolfe02 opened this issue 1 year ago • 1 comments

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

mwolfe02 avatar Apr 19 '24 19:04 mwolfe02

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

joyfullservice avatar Apr 19 '24 20:04 joyfullservice

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

hecon5 avatar Jun 26 '24 10:06 hecon5