hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
510 stars 138 forks source link

Excel wrongfully importing classes as modules - origin found #26

Open gkuenzli opened 7 years ago

gkuenzli commented 7 years ago

The problem of Excel wrongfully importing classes as modules was investigated by Tim Hall and the origin was identified as being related to UNIX-style line endings (LF) instead of Windows-style line endings (CR/LF). https://github.com/VBA-tools/VBA-Web/issues/24 git config has to be configured appropriately so that pulls do generate correct local line endings before importing in Excel.