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
I am using the suggested Application.EnablePaste, and while it does speed up and improve pasting in general, it doesn't fix the issue the newlines appear to be filtered out when pasting. So if I paste a block of text which consists of several lines, I end up with a single line. Is there an option or setting that I need to configure for it to paste the text as is?
Example:
Hello
how
are
you
doing?
When copy/pasted end up like this:
Hellohowareyoudoing?
Thanks!
The text was updated successfully, but these errors were encountered:
I am using the suggested
Application.EnablePaste
, and while it does speed up and improve pasting in general, it doesn't fix the issue the newlines appear to be filtered out when pasting. So if I paste a block of text which consists of several lines, I end up with a single line. Is there an option or setting that I need to configure for it to paste the text as is?Example:
When copy/pasted end up like this:
Thanks!
The text was updated successfully, but these errors were encountered: