VBA: Access to registry while preprocessing
问题 I want to conditionally compile code in one VBAproject, with a condition that depends on some registry-entry. Is this somehow possible in VBA? I know that there are some simple preprocessing possibilites in VBA, but I can not see if it is possible to somehow access the registry while preprocessing. Or Maybe some other possibility to check the registry before compiling. Since I get a compile error because of some missing reference(and thus missing class object), I aim to check the registry