OilEconomist
Active Member
- Joined
- Dec 26, 2016
- Messages
- 439
- Office Version
- 2019
- Platform
- Windows
Thanks in advance for any solutions, suggestions or help for which I will give feedback.
I have two questions which are similar, but not exactly the same:
(1) How do you break a comment such as the following into multiple lines (i.e. continuation)? This is basically so I can keep it on the screen without having to scroll over to read it. When I try to do the following it gives errors.
(2) Besides breaking the comment into multiple lines, how do you do that and show hard returns in an excel box, to where the box will show something like this....I assuming it's possibly a form box?
The following errors occurred:
(1) Incorrect path.
(2) Incorrect file name.
I have two questions which are similar, but not exactly the same:
(1) How do you break a comment such as the following into multiple lines (i.e. continuation)? This is basically so I can keep it on the screen without having to scroll over to read it. When I try to do the following it gives errors.
Code:
MsgBox "There is an error when I try to break this comment _
into multiple lines like I'm doing now. Can anyone suggest _
how to fix this.
(2) Besides breaking the comment into multiple lines, how do you do that and show hard returns in an excel box, to where the box will show something like this....I assuming it's possibly a form box?
The following errors occurred:
(1) Incorrect path.
(2) Incorrect file name.