vbaDeveloper icon indicating copy to clipboard operation
vbaDeveloper copied to clipboard

Excel wrongfully importing classes as modules - origin found

Open gkuenzli opened this issue 8 years ago • 0 comments

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.

gkuenzli avatar Feb 11 '17 20:02 gkuenzli