Skip to main content

Questions tagged [copy-paste]

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

copy-paste
0 votes
0 answers
20 views

Can pgAdmin 4 Paste data from Excel?

I want to copy excel data to paste on pgAdmin to add rows but he doesn't seem to work I'm using the paste function above. But it seems that it can only be used for the clipboard on pgAdmin
Lan Lin's user avatar
  • 13
0 votes
1 answer
28 views

Half space in django CKEditor

I am developing a website that requires an advanced text editor for Persian, and I have used CKEditor. When I copy text from Microsoft Word and paste it into CKEditor, it does not paste all the half ...
PicoDevGit's user avatar
-1 votes
2 answers
73 views

How to prevent a paste in a cell with carriage returns from overwriting the values ​below?

In apps script, how to prevent pasting text in a cell (keyboard shortcuts) with carriage returns from overwriting the values ​​below? I tried a onedit(e) function, but we cannot intercept keyboard ...
ericire's user avatar
  • 417
0 votes
0 answers
27 views

Calling paste with another key when someone is on your webpage

I want to make it so that a user clicking "rightArrow" performs a paste of the most recent text in clipboard document.onkeydown = (KeyboardEvent) => { if( KeyboardEvent.key == "...
WIDDY's user avatar
  • 1
1 vote
2 answers
39 views

Macro Copy and Paste different workbooks

I am trying to Copy from 1 workbook (S.xls) and pasting into (PD.xlsm) based on headings. However I also get the same error 1004- Application-defined or object-defined error at this line "lastCol ...
SE123654's user avatar
0 votes
0 answers
18 views

Excel Macro Copy and Paste Stops Working after initial use, how can I fix? [duplicate]

Hi have an excel workbook that I've been using for a few months, with several copy and paste buttons. Only recently have they stopped working after about 2 mins in of using excel all I get are these ��...
Adrian Brown's user avatar
0 votes
2 answers
43 views

Excel VBA select/open and copy data from two or more workbooks

I'm hoping you could help me and point me in the right direction; I'm currently working on a code that would help me to select and open to workbooks and copy the all the information in each workbook ...
Marco HV's user avatar
0 votes
0 answers
64 views

Accessing Clipboard in Python version 3.11 with win32clipboard causing failed to open clipboard

this is my first question on stackoverflow, I apologize in case it is an unclear question, I'm trying to create a productivity software where I manipulate the data I copy to the clipboard and paste ...
Mario Nicolosi's user avatar
-1 votes
1 answer
78 views

How to *disable* copy button in README.md code blocks on GitHub?

On a README.md that i'm currently authoring the copy button really gets in the way in the Editor Preview, often hiding parts of the code: And once committed, the copy button takes up extra space: ...
Philzen's user avatar
  • 4,411
0 votes
1 answer
48 views

Copying data from one row to other rows with the same key value in SAS

I am running into a problem where I would like to duplicate data from one row that contains data to other rows with the same key value, but does not contain any additional data. However, ONLY ...
Tariq335's user avatar
0 votes
1 answer
36 views

How to get values from all unprotected cells from a protected google sheet to another sheet?

I created a "form" in google sheets and I protected the sheet except for some editable ranges that require an answer. I need the values from those unprotected cells and copy them in a row to ...
Cookie's user avatar
  • 1
0 votes
2 answers
99 views

how to copy formulas into a new sheet using office-script

I am new to office-script and I have tried to work on this issue with ChatGPT, but this was not helpful at all. :-( I am trying to copy rows from one sheet to another with the code below, but this ...
Eik Moriben's user avatar
0 votes
1 answer
36 views

How to copy text in Excel and PasteSpecial to VISIO using VBA?

I try to copy text form Excel and paste using PasteSpecial but it show error "Run-time error 438" at visApp.ActiveWindow.PasteSpecial 3 Sub CopyTextFromExcelToVisio() Dim visApp As Object ...
Peeraput Prakhummin's user avatar
0 votes
2 answers
44 views

Pasting to a Worksheet based on Cell Value

I'm trying to separate specific data from a Master list into individual sheets. Having trouble specifying the destination sheet based on a cell value from the master list. Sub TESTT() Dim wss As ...
Daniel Jess's user avatar
0 votes
0 answers
45 views

How do i copy specific rows using VBA?

I have to copy a highlighted column from one worksheet to another. Marks for certain criteria are highlighted and I want to copy them to the row under the column of the same group number in another ...
Mixnanman's user avatar

15 30 50 per page
1
2 3 4 5
235