Читать книгу Excel 2019 Power Programming with VBA - Michael Alexander, Dick Kusleika - Страница 159
NOTE
ОглавлениеIf your VBA code attempts to change the value of a constant, you get an error (Assignment to constant not permitted
). This message is what you would expect. A constant is a constant, not a variable.