Hello How find the list of all fonts installed (shx and ttf) in a vba module ? -- Cesi2d Luc Vallot Chemin du Bassard 38121 Chonas l ' amballan France Tel: 04 74 58 95 68
For True Type fonts: <System Folder>\Fonts (Default Windows system folder is "C:\Winnt" or "C:\Windows" For SHX font <AutoCAD Installation Folder>\Fonts (for example , "C:\Program files\AutoCAD2002\Fonts") Once you know where these folder are located, you can use DIR() to loop through file names in the folders.