June 1999
Intermediate to advanced
1368 pages
29h 45m
English
VBA includes a number of commands to give developers Registry access. They are pretty straightforward to use when you have an idea how to work with the Registry, which at this point you should.
Six commands deal with the Registry; Table 18.2 lists four.
| VBA Command | Purpose |
|---|---|
| DeleteSetting | Deletes a key or value from an application's entry in the Windows Registry or 16-bit INI file. |
| GetSetting | Retrieves a key or value from an application's entry in the Windows Registry or 16-bit INI file. |
| GetAllSettings | Returns a list of key settings and their respective values from an application's entry in the Windows Registry or 16-bit INI file. This places ... |
Read now
Unlock full access