I noticed that if code is changed slightly, when run in Excel the macro does not run as per updated code.
Example is for message box.
If text is changed, it won't update in Excel a lot of the time. Sometimes it does though.
Is there a setting somewhere to account for this?
Example is for message box.
If text is changed, it won't update in Excel a lot of the time. Sometimes it does though.
Is there a setting somewhere to account for this?
VBA Code:
MsgBox "– This sentence." _
& vbNewLine & "– That sentence." _
, 64 _
, "About"