PDA

View Full Version : Copying to a post from an excel file


fodbrothers
08-16-2016, 04:41 PM
hi just a quick question.
when I copy something from an excel file into a post on vb
it goes into a box in the comment box.
the only way around this I found is to copy what I have into the url and then recopy it and past it.
is there anyway of stopping this happening. I will add some pic in a mo to explain the situation

https://postimg.org/image/pjpsoz0kf/

Replicant
08-16-2016, 04:57 PM
Try selecting the text in the excel cell and copy the selected text. I don't have excel to test it but it appears you may just be copying the cell which has formatting copied with it.

fodbrothers
08-16-2016, 05:00 PM
thanks for your reply Replicant
that may be the issue. but as I am using excel to create a bit of code it is not possible to copy the text as it will just show me =A35.......

noypiscripter
08-16-2016, 10:30 PM
While in the editor, right click and choose "Paste as plain text" option or something similar.

fodbrothers
08-17-2016, 03:30 PM
While in the editor, right click and choose "Paste as plain text" option or something similar.

you Legend