You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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). VBA-tools/VBA-Web#24
git config has to be configured appropriately so that pulls do generate correct local line endings before importing in Excel.
The text was updated successfully, but these errors were encountered:
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).
VBA-tools/VBA-Web#24
git config has to be configured appropriately so that pulls do generate correct local line endings before importing in Excel.
The text was updated successfully, but these errors were encountered: