Top "Copy-paste" questions

For issues relating to cut, copy, and paste operations.

How to disable Excel's automatic cell reference change after copy/paste?

I've got a massive Excel 2003 spreadsheet I'm working on. There are a lot of very large formulas with a lot …

excel excel-formula reference cell copy-paste
How to paste text to end of every line? Sublime 2

I'm curious if there is a way to paste text to the end of every line in Sublime 2? And conversely, …

line sublimetext2 text-editor copy-paste sublimetext
How to paste yanked text into the Vim command line

I'd like to paste yanked text into Vim's command line. Is it possible?

vim copy-paste
How to copy and paste code without rich text formatting?

I used to often find myself coping a piece of code from a website/Word document etc only to discover …

editor copy-paste
HTML page disable copy/paste

In a HTML page user should not be allowed to copy a text, but at the same time I want …

javascript html copy-paste
How to disable Paste (Ctrl+V) with jQuery?

How can I disable Paste (Ctrl+V) option using jQuery in one of my input text fields?

javascript jquery copy-paste textinput
Paste MS Excel data to SQL Server

I have a bunch of rows in Excel that I want to paste into a new table in MS SQL. …

sql-server excel copy-paste
Paste text on Android Emulator

Is there an easy way to copy/paste (desktop's) clipboard content to EditView on Android Emulator? (just for the sake …

android copy-paste
New Line Issue when copying data from SQL Server 2012 to Excel

I recently upgraded to SQL2012 and am using Management Studio. One of my columns in the database has a CHAR(13) + …

sql sql-server-2008 excel copy-paste sql-server-2012
Copying text outside of Vim with set mouse=a enabled

After enabling set mouse=a, text copied inside of Vim will not paste outside of Vim. Does anybody know of …

vim configuration mouse copy-paste