3,507 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
142
views
Worksheet_SelectionChange Causes Clip Board to Clear
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 ...
-1
votes
1
answer
198
views
Copy-paste stops working across Windows after using Visual Studio for a while (No error messages)
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 ...
-1
votes
1
answer
318
views
How to paste with mouse middle click the text copied from Emacs or other applications?
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 ...
1
vote
1
answer
67
views
Copy a range with variable rows from multiple sheets to a single sheet more efficiently
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 ...
0
votes
0
answers
57
views
AHK - how to do it for multiple files
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 ...
0
votes
1
answer
51
views
vscode: Copying a search term copies the whole line rather than the search term
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, ...
0
votes
0
answers
50
views
How to Detect Text Selection and Handle Copy-Paste in Fabric.js?
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 ...
1
vote
1
answer
67
views
Is there a shortcut in Android Studio to get the full path of a variable or method?
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
0
votes
1
answer
44
views
Copied cells does not always apear at the top av the pasted sheet
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 ...
0
votes
0
answers
36
views
Copying a url and paste in the gmail body which will embed a thumbnail and a hyperlink [React Native]
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....
-1
votes
1
answer
48
views
VBA Copy - Destination to another workbook returns Invalid procedure call or argument
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-...
1
vote
2
answers
79
views
Error 426: The remote server machine does not exist or is unavailable when running Code a second time
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 ...
2
votes
1
answer
768
views
Ctrl+V and Ctrl+Shift+V not working in VS Code
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 ...
0
votes
1
answer
28
views
Win Word: Cut all TextBoxes from Header, modify Page setup, then paste again
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 ...
0
votes
2
answers
58
views
Macro to update word doc
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 ...