Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
136 views

I have the code below - Essentially, if the user inputs a 1, 2, or 3 in cell N16, different sheets will show and hide themselves. This all works fine except that the clipboard gets cleared when any ...
Lost Llama's user avatar
-1 votes
1 answer
162 views

I'm facing a frustrating system-wide issue related to copy-paste, which only begins after using Visual Studio for a while. Problem Description I open Visual Studio and start working on code (sometimes ...
Shaaib Ba Shaaib's user avatar
-1 votes
1 answer
304 views

I would like to: Copy text from Emacs by highlighting it with a mouse (or copy from other applications with command+c). Paste the copied text into Emacs with mouse middle click (or paste it into ...
Timur Shtatland's user avatar
1 vote
1 answer
65 views

I copy 17 sheets ("Site#") of data to a summary sheet ("Data"). The number of rows to copy varies on each sheet. The columns in the range are constant (A:AT). Rows 1:3 are ignored ...
Adam's user avatar
  • 13
0 votes
0 answers
57 views

the below code works and it is for a single file. How could the code be modified to work for an array or multiple files? The code basically triggers a backup job with its status shown on a progress ...
Fred's user avatar
  • 13
0 votes
1 answer
50 views

I'm using vscode on Windows, Linux and MacOS, mostly for Python development. I'm using the Microsoft Python plugin for syntax highlighting, etc. Whenever I highlight a symbol (could be a function, ...
Reddy Kilowatt's user avatar
0 votes
0 answers
46 views

I am using Fabric.js in an Angular application and trying to implement copy-paste functionality for text inside a Textbox. However, I am facing the following issues: Fabric.js does not provide a ...
Brijesh Shah's user avatar
1 vote
1 answer
67 views

I'm looking for a way to copy the full path of any variable. The expected result is to have this value in the clipboard: com.myproject.Class1#variable1
Maher Abuthraa's user avatar
0 votes
1 answer
44 views

I am trying to move specific rows according to earlier formulas from one sheet to another but there is no continuity in where the cells get pasted in. I would like them to start at the top but ...
Mattan's user avatar
  • 3
0 votes
0 answers
36 views

Im using a function with the axios post call that will return a data that has share_link and shorten_url. getShareURL = async () => { try { const body = { email: this.props.user....
mockingbird's user avatar
-1 votes
1 answer
45 views

I am looping through worksheets with different data and along with formatting i want to copy the top 3 values from the existing workbook to a summary workbook. The loop works fine without the copy-...
user29407541's user avatar
1 vote
2 answers
79 views

I've looked through other solutions and none of the other posts seems to be identical to mine, trying to replicate the solutions I could, did not solve my problem I'm trying to create a Master Word ...
Dennis's user avatar
  • 21
2 votes
1 answer
744 views

The Ctrl+V and Ctrl+Shift+V keys do not work in VS Code. I changed everything in the hotkeys, but to no avail. I'm using Fedora 41 Hyperland ML4W. It’s interesting that everything works in the GNOME ...
Искандер Бакиров's user avatar
0 votes
0 answers
41 views

I have this funciton: def low_level_keyboard_handler(nCode, wParam, lParam): global custom_paste_enabled_blocking_os_paste global is_pressed_ctrl_v if nCode >= 0: # Only handle valid ...
E-Gamma-102's user avatar
0 votes
1 answer
28 views

I am trying to apply a new company brand design to existing document templates for future use. It works fairly well but many document templates currently only have one page so the full page background ...
Aoshi's user avatar
  • 3
0 votes
2 answers
56 views

I have created this Marco to update word doc with Excel. I have embedded the word doc in the Excel and assigned a macro with Command button to activate the Word document. After that I created the ...
Anas Zubair's user avatar
1 vote
1 answer
82 views

The entire code shown in "Case 5" is supposed to RESET Worksheets("Attendance") back to its original state and thus be ready to use for a brand new class that I will teach. When ...
Les Murrell's user avatar
0 votes
1 answer
67 views

I have the following problem: I have a file named "Template_National_Lookahead" where I have a table on Sheet1 as following NAME DATA 1 DATA 2 DATA 3 Name 1 11 data1 name1 40 12 data2 name1 ...
Jose L Gutierrez A's user avatar
2 votes
2 answers
132 views

I have two Excel books, source-book.xlsx and destination-book.xlsx. On the first I have B4 cell with a drop down menu (January to March) and C4 cell to input a value. On the destination-book I have ...
SIMBIOSIS surl's user avatar
0 votes
1 answer
180 views

when I use TextField,I want to copy and paste. but I can't do that when I copy. then click long TextField it just have cut、copy and select All. no paste Flutter SDK version: 2.5.1 (I know it's old. ...
Enoch's user avatar
  • 11
0 votes
0 answers
98 views

I have a new workbook based on a template that is opened during a procedure, and I want to copy specific cells from an open workbook to cells in the new workbook. But the copy and paste does not seem ...
Thom B's user avatar
  • 11
0 votes
2 answers
3k views

I have Arch Linux Hyprland. Can’t copy paste things from Google Chrome to VSC. Any ideas? I feel like I’ve tried everything… I tried xclip, xsel, updating the system, rebooting. It only doesn’t work ...
Silvia Kociánová's user avatar
0 votes
1 answer
136 views

I'm trying to copy over a whole sheet of inputs to a spreadsheet. The problem comes because on the target sheet there are a number of tables, which I need to remain tables. When I copy / paste ...
Sicrates's user avatar
0 votes
3 answers
72 views

I am trying to copy data from 2 columns based on the value in column A and paste onto the correct worksheet in the same workbook. So if column A in PTP Dash worksheet is division 1, I want to copy ...
Karyn Wagner's user avatar
0 votes
1 answer
98 views

I am trying to copy cell value (A641) from Sheet("WIP") to Sheet("Report") (A3), if (N641) from Sheet("WIP") is a specific value ("text"). I want a loop to ...
user9396610's user avatar
1 vote
1 answer
80 views

IntelliJ has a feature where (a) you select part of one line, then (b) IntelliJ immediately and automatically highlights that same text that happens to exist is multiple lines of similar code in that ...
Basil Bourque's user avatar
1 vote
1 answer
64 views

I have a GSheet. It has 3 tables: Blue, Purple, Green Blue table gets data automatically from the other source; So, every day that table will get bigger automatically. Nothing to do with that Purple ...
Evgeniy Ivanov's user avatar
-1 votes
1 answer
347 views

I'm trying to copy and paste a sentence in Chrome, but doesn't work. So I tried F12, and "Disable JavaScript". But, when I press the X button to exit from the F12 menu, the copy-paste ...
pumpkinpie1's user avatar
-1 votes
1 answer
74 views

Visual Studio C++: copy projects and solutions from one pc to another (github not working): Can I just copy these files to another pc? Or will I mess things up (e.g. in github)? On the destination pc, ...
babipsylon's user avatar
0 votes
1 answer
151 views

I am trying to use a devops pipeline to copy a file within the same repository and branch from one folder to another. I use the standard task for copying files and afterwards a powershell script to ...
Tobias Steinhorst's user avatar
0 votes
0 answers
33 views

I am working on a map creation project in React. It consists of a 'canvas', which is an svg element. On that canvas, you can add nodes, which are SVG circles, edges, which as SVG lines and finally you ...
tarte_au_citron's user avatar
0 votes
0 answers
87 views

I am trying to copy a named range in Excel (ex. "Question_1") and paste it into an empty area of the same worksheet, using Python (xlwings). I am getting an attribute error which mentions &...
Mark Barry's user avatar
0 votes
1 answer
86 views

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
214 views

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
  • 427
0 votes
0 answers
39 views

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
60 views

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
2 answers
556 views

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
200 views

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
2 votes
1 answer
747 views

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,805
0 votes
1 answer
140 views

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
109 views

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
509 views

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
61 views

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
66 views

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
55 views

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
1 vote
1 answer
910 views

I am using some Lexial plugin that enhances the copy/paste experience (CopyPasteEnhancementPlugin). When investigating how it works I found this helper function inside clipboard.ts. The function gets ...
nerdess's user avatar
  • 11k
-1 votes
1 answer
166 views

I'm trying to run multiple commands in Windows cmd. And need to sleep for ~4 seconds between the commands. I copy my commands block to the cmd and then want them to run one after the other with breaks ...
STF's user avatar
  • 1,511
-1 votes
1 answer
63 views

I have a range copied in memory. Next I need to Paste Link it with the rows absolute and columns relative. I always select manually the Destination Range if Destination Range is on a different ...
Bee Hoof's user avatar
1 vote
0 answers
87 views

I did some code to copy/paste files into clipboard and is working well, filenames exceeding MAX_PATH. I am using prepend ("\?") probably does not matter for the clipboard anyway. Declares: ...
addysoftware's user avatar
1 vote
0 answers
300 views

I can't paste into vocode, I have always used cmd+v, but it suddenly stopped working. I can do cmd+c and paste it to a normal document etc. I have been to editor.action.clipboardPasteAction, where I ...
mari12's user avatar
  • 11

1
2 3 4 5
71