For issues relating to cut, copy, and paste operations.
0
votes
1answer
30 views
Copying data from variable cells and pasting to fixed cells in another spreadsheet
I am looking to build a macro in excel 2013 which can do the following:
Copy data from individual cells in one spreadsheet (spreadsheet 1). The columns will never change but the rows will as it is a ...
0
votes
1answer
13 views
Select arbitrary text in a WPF datagrid row or cell and copy it
Scenario:
I have an ObservableCollection containing log events. A log event consists out of e.g. time, date, severity and a message. I am using a WPF datagrid with data binding to display the content ...
0
votes
1answer
10 views
Get clipboard text from Android emulator
How can I get the clipboard contents from a runnung Android emulator instance in my desktop OS? Ideally, this should be possible directly in Eclipse or in an adb shell connected to the emulator. I ...
1
vote
1answer
34 views
Paste multiple times in Vim
This maybe really simple, But I tried searching and I ended up with stuff like copying multiple lines, cut and paste multiple lines etc. What am looking for is pasting a single line multiple times in ...
0
votes
1answer
37 views
vb.net “PasteSpecial method of Range class failed”
I'm trying to write an application in VB.net that assembles an Excel Workbook by wisely coping cells from another opened Workbook. [Note: as for now, the two workbooks are opened within the same Excel ...
0
votes
1answer
26 views
Visual Studio Standard Style as CSS
I'm searching for the correct style to configure CopySourceAsHtml to change my Selenitic style to default Visual Studio style when I copy and paste it to e.g. an e-mail. Does anybody know what CSS ...
0
votes
1answer
35 views
Using Excel ComboBox to pull information from one file to another
I am trying to copy information from an excel database file to an excel display file. I have figured out how to copy that information in and I have different macros depending on the different ...
1
vote
1answer
36 views
Visual Basic-Excel copy only some column to other sheet
Is there any way to click and copy some value of some column to other sheet.
This picture will explain more:
Here is my code but it have some errors that i dont know why:
Private Sub ...
3
votes
2answers
33 views
Allow user to copy image from picturebox and save it everywhere
In my application I have a pictureBox that shows an image. When user right clicks on the pictureBox and selects Copy from the context menu, I want to copy the image into the clipboard so the user can ...
0
votes
1answer
32 views
How To Use an Apps Script To “Copy-PasteValue” Dynamic Data In a Google Spreadsheet at a given time?
I have a google spreadsheet that imports and modifies data from an online source that updates every hour. I wish to pull a static copy of the 10pm update from the spreadsheet—essentially a copy-paste ...
0
votes
1answer
19 views
how to copy javadoc from variables to constructor
I am having some problems with Javadoc. I have written documentation for variables of a class. And then I want to use that same javaDoc in the constructor. I didn't seem to be able to use @link or ...
0
votes
2answers
66 views
Copy content of textboxes to others
I have two GroupBoxes and a Button, in each GroupBox I've 40 TextBoxes.
How can I copy the contents of the first 40 TextBoxes to the second ones programmatically ?
-3
votes
0answers
8 views
Mark several random files [closed]
Can anybody help me with this?
I need script or anything that can mark number of files from one folder, and if it is possible, copy them to another folder.
example: Folder MP3-(thousands of files) ...
0
votes
2answers
42 views
Copying cell data from one worksheet to another
I have attempted to create an Excel VBA function that will copy the data in cells from worksheet 1 and paste them into worksheet 2. Ideally, I'm checking cells AF6, AF7... all the way to whatever the ...
0
votes
0answers
81 views
VBA How can I make a code to create tables from a set of data
I have a worksheet which comes in every week with the same format that I need to summarise information for, for a number of Business units. The format is as follows:
The worksheet is populated from ...
0
votes
3answers
48 views
automated solution for manual copy-paste-transpose?
I have an excel spreadsheet that has data pulled from a different data source.
The problem I have is that the data is 'repeated':
(Site is column A and Owner is Column B):
Site ...
0
votes
0answers
32 views
Segmentation fault / Bus error when copying code in Python 2.7 [closed]
Is there any reason why python 2.7 on MacOSX crashes with either a Segmentation fault or Bus error when trying to Copy code using cmd + C from a .py file?
This problem has occurred intermittently, ...
0
votes
3answers
19 views
How to use a passed through integer in a range when copying cells
I've looked around on the internet and found no sucess. my problem is that im trying to copy the range of P6 to P(value of an integer passed in to the sub) from the first worksheet to values B2 to ...
0
votes
4answers
78 views
Is it possible in vi to know which line the cursor is?
I want to copy paste some lines in vi.
I have a text like
python class1 def:
code code code
...
code code code
last line class1
python class2 def:
code code code
...
code code ...
-1
votes
0answers
10 views
How to copy all files in the subfolder [migrated]
I am using Windows 7 and I want to copy all PDF files inside a folder and inside all its subfolders in a new location. What is the command to do that?
0
votes
0answers
19 views
Can I paste RTF text from a RichTextBox to a WebBrowser Control?
I'm trying to copy formatted text from a RichTextBox control into a WebBrowser control and retain it's formatting. From there I'd like to grab the DocumentText in HTML format to save into a database. ...
0
votes
0answers
11 views
Unable to retain the text in pdf file after printing which is having font properties as Identity H CID
I am having a pdf file which is having font properties set as Identity-H and CID fonts.
After printing such kind of pdf files, I am unbale to copy the text from the pdf. If i copy and paste, i am ...
-1
votes
3answers
93 views
Excel VBA : Copy Range to a new workbook
I have the below code which was working an hour back and not working now suddenely :-(
Am I missing anything here?
Set NewWorkbook = Workbooks.Open("P:\Env_Check_Report\Results\" & ...
0
votes
1answer
19 views
Copy files skipping duplicates VB.NET
I am copying some folders with:
My.Computer.FileSystem.CopyDirectory(folder, destination)
And they obviously do have content. So I want to skip the duplicate files, how do I do that?
Thanks in ...
0
votes
1answer
26 views
unable to copy/paste in mingw shell
I just installed MinGW on windows and I'm unable to copy/paste as I am used to on Linux or even Putty. What is the trick for copying and pasting text for same, chrome into MinGW shell?
0
votes
0answers
47 views
Detect a GUI “Cut” or “Copy” using command line
I'm trying to find out (from the terminal) if a "cut" or a "copy" operation has been performed on the file(s) selected from within a GUI application, say from a file manager. I tried xclip, xcb, ...
1
vote
1answer
34 views
Spreadsheet-like input in html?
I'm writing a webpage (PHP/html/css) and I would like to let my users enter a lot of data, always consisting of the same information: day, hour, title, details, class. For this, I'd need a ...
0
votes
0answers
114 views
vba excel - Copying multiple cells including formatting/shapes/merged formatting
I can't seem to find anything on this in the forums or using google, so I'm not too sure if this is doable at all or if I'm just not looking in the right area:
I have 2 equal sets of areas (ie. 10x5 ...
1
vote
2answers
44 views
Notepad++ copy from and past to specific places on a string
I have a huge HTML form.
<form>
<input type="checkbox" value="whatever1" id=""><label for="">whatever1</label>
<input type="checkbox" value="whatever2" id="" ...
0
votes
1answer
37 views
Paste thru browser native context menu for custom div
I've got a <div> block, where I want user to be able to paste data thru browser native context menu. contenteditable="true" is not an acceptable solution. Ace editor ...
-2
votes
0answers
34 views
Copy file in system directory [closed]
I have two audio files in assets folder(lock/unlock sound). I want to copy and replace them in system directory /system/media/audio/ui after clicking on the button. How can i do this?
0
votes
1answer
102 views
VBA copy pivot table in the same sheet and use it
Hi I am copying a pivot table I have on the same sheet and I would like to use the copied pivot table by changing some items. The problem is when I copy pivot table, how do i identify the new pivot ...
0
votes
3answers
58 views
C++ copy formatted code to word (like Visual assist's)
I've browsed but could not find an answer..
I'm trying to copy code from my editor to look like the VA coloring, but it only copies like the VS coloring..
(Another great option would be to somehow do ...
-3
votes
0answers
62 views
How to copy paste from gui to cui in linux.? [closed]
I have a small question for linux guys, I am kind of new in linux.
so my question is that i am able to copy paste in from gui to terminal if I open the terminal from dashboard, but if go to the ...
1
vote
2answers
199 views
JMenuItem shortcuts Ctrl-C / Ctrl-V or Ctrl-Insert / Shift-Insert don't work anymore
I have an older stand alone java swing-based app that uses JFrame with JMenuBar containing multiple Jmenu elements (with respective JMenuItem items).
After upgrading to the latest 1.6.0_41 (or 1.7.x) ...
3
votes
2answers
92 views
How copy the GNU Screen copy buffer to clipboard
When using GNU Screen we can work with scrollback buffer also know as "copy mode" using the Ctrl+a+[ command.
In there we can copy text to the copy buffer pressing space selecting the text and ...
0
votes
2answers
41 views
How to eliminate the match of a point with itself?
I have applied SIFT on one image but two times ,example:
[image1, descript1, location1] = sift('book.pgm');
[image2, descript2, location2] = sift('book.pgm');
after matching function it will show ...
1
vote
0answers
176 views
Prevent duplicate copy paste in excel
Hi all the noob is back again. I am doing a copy paste job of data from one worksheet into another which is hidden but there is a danger that data will be duplicated if not checked against what has ...
2
votes
1answer
78 views
Programmatically trigger Cut/Copy/Paste
I am using the TinyMCE plugin to give users a way to type in HTML content and this gets saved to the database. In some cases, I would like to port this content over to the default email client on the ...
2
votes
1answer
139 views
Copy to clipboard limitation
As many other question about this topic, I still didn't find something that could avoid my issue.
I'd like to know what are the limitations of the clipboard in term of copy paste processing in time ...
0
votes
1answer
64 views
How can a submittable online form recognize ( \t ) & ( \n ) delimiters and skip <input>'s when using copy-paste from Excel?
[[UPDATED AGAIN]] And I am sorry if this question gets wordy.
I am a hobby coder, and I am looking for some help with syntax and functionality within javaScript which will allow copied delimiters ...
1
vote
0answers
22 views
Telerik winforms right-click -> paste event?
I need to do something when a cell is modified via pasted content, I don't seem to find any event that gets fired while/after text is pasted into the cell.
I have tried:
ValueChanged
CellValidating
...
0
votes
2answers
81 views
Paste image to a web page
I did some research for a wysiwyg editor and found ckeditor that seems to be nice however I need to be able to copy/paste an image to the editor.
I found this web site that do exactly what I need ...
1
vote
1answer
90 views
Copy/Paste does not work using Webview in Chrome Packaged Apps on OS X
In Mac OSX copy/paste does not work in a Chrome Packaged App.
I installed my app on both Windows XP Chrome and a Chrome OS. I'm able to copy/paste in both the Windows and Chrome OS environment but ...
0
votes
1answer
305 views
Copy every worksheet from one excel file to another
Having this, probably easy to solve problem, but without any programing skills its hard for me to crack...
I made an excel file with a button, a macro assigned to it.
What it should do :
Open ...
0
votes
0answers
21 views
Is there a way to copy a list of files containing code into Word?
I've built an Android application and I am required to put the code into the appendices of the document. There is a multitude of code and I would like to do this quick as opposed to going through ...
0
votes
1answer
115 views
GWT - Copy & Paste ZeroClipboard
I read this question.
I need to do a clipboard system in my gwt web application.
ZeroClipboard there is no longer on GoogleCode, and i have downloaded it from GitHub, but this guide doesn't work.
Any ...
0
votes
3answers
411 views
Excel - copying text from one cell to another without deleting original content
Basically I have the following scenareo:
2 columns, with 600 rows of data.
I need to copy the data from column 2 and place it at the end of the content in column1 for the same rows. This would ...
0
votes
0answers
28 views
Following a criteria or set of criterias find data in a folder “DB2013”, copy & paste into a new pdf file
Following a criteria or set of criterias in "Main Sheet" find data from other excell work books in a folder named "DB2013", copy and paste the data into a new sheet, getting the name accordingly ...
0
votes
0answers
60 views
Getting row of clicked button & paste data into other worksheet
What I require
Identify the row the macro button is in, copy the 7 cells of data to
the left of it in that row (data only ie not colour of cell etc)
(from column B to column I)
Paste row into next ...



