Skip to main content

Questions tagged [pasting]

The tag has no usage guidance.

1 vote
2 answers
513 views

Avoid VS 2022 to add BackSlash when pasting double quote

There is an unexpected behavior in Visual Studio 2022. When you paste text containing a single quote (e.g. "); ) to a text line that already has a single double quote on it then Visual Studio ...
olivier Goossens Bara's user avatar
2 votes
1 answer
463 views

Is there a way to copy a selected area up or down in vim?

In VSCode you can copy and paste selected lines of text up or down using Alt+Shift + Up or Down. I switched to vim a few months ago, and I really miss this feature. I found out you can move selected ...
Fahim Emroz's user avatar
0 votes
4 answers
78 views

Pasting Data in Next Blank From "A4"

I have 4 tabs.. Year 1, Year 2, Year 3, Total Spend. Year 1 pastes in the Total Spend tab like so: https://i.sstatic.net/SegGE.png. Now, I need the data from Year 2 and Year 3 to copy from Row 4 down ...
richienrg's user avatar
1 vote
1 answer
242 views

Issues with copying row data and Paste -> R

I have an ascii file that contains one week of data. This data is a text file and does not have header names. I currently have nearly completed a smaller task using R, and have made some attempts with ...
Livin2020's user avatar
0 votes
1 answer
98 views

Detecting and pasting cntrl+v in Electron

I'm trying to make an electron application that changes what's on your clipboard. So for instance, when you do "cntrl+v" 2 times in a row it'll display 2 different words. Is there a way to ...
Jensen Bollen's user avatar
0 votes
1 answer
100 views

How to paste only the first url from a list of urls of images seperated with a comma "," to another cell in Excel

I am using a .csv excel table for product images for woocommerce store. I want to paste the images into a cell next to the URLs of the images. I am using the function =IMAGE(G2;2) to select the URL ...
Vladimir B.'s user avatar
0 votes
1 answer
454 views

Identifying Total Number of Rows, then Copying and Pasting a values to the number of rows

I'm looking to create a macro that will essentially identify the total number of rows on a sheet. Then take the values in a range on another sheet, copy that range, and paste it until it reaches the ...
uncoordinatedninja's user avatar
-1 votes
1 answer
717 views

Cannot Paste HTML into String in Python

I am trying to parse some HTML by passing in the HTML into a single string object. However, when I paste in the HTML, I get a ton of underlines in pyCharm, which I suspect is because of the formatting ...
etnie1031's user avatar
  • 101
1 vote
0 answers
23 views

how to set range for a dynamic area and pasting with filters on in vba

I'm having some trouble with a 2 step problem. The first part is setting a range to constantly changing data. I've been trying to categorize claims on a worksheet that has data that is being added ...
Liz's user avatar
  • 11
0 votes
0 answers
309 views

Is there a way to copy a picture to clipboard using bash without using xclip?

Hey I wanted to write my own little tool to take screenshots on Arch-Linux in Bash because I couldn't find one that supported area screenshots. I want to have the ability to copy the picture to ...
Lukas Groß's user avatar
0 votes
1 answer
1k views

Macro pasting on next available row

I have a macro copying data from one spreadsheet and I want to paste it to the next available row in a master spreadsheet. However, it is pasting over the last row that I populated. Currently on row ...
Phil's user avatar
  • 7
1 vote
1 answer
5k views

Error: Pasting formed with invalid preprocessing token

I have following code. #define GOTO_RC(row,col) "\033["#row";"#col"H" #define DISPLAY_WRITE(row, col, fmt, args) printf(GOTO_RC(row,col) ## fmt, ## args) In example.c I am trying to use it. ...
user1598715's user avatar
0 votes
1 answer
611 views

vb.NET pasting to DGV

I want to paste data from the clipboard to selected cells in a DGV. I found the following link: https://www.codeproject.com/Articles/208281/Copy-Paste-in-Datagridview-Control but I have no clue about ...
Fyer-Zero's user avatar
  • 123
0 votes
0 answers
34 views

Duplicating row when pasting

I have a vba code that is supposed to copy any row on a sheet called "Projects Overview" with "Complete - Design" in the "N" column and paste it to the another sheet. This was working correctly for ...
phillosophy's user avatar
-1 votes
1 answer
161 views

When the coder runs an error appears saying that it is "None Type" object has no attribute 'save'

When the coder runs, I get the following error message: “None Type” object has no attribute 'save' The script is as follows: #Image.blend(image1, image2, alpha) from PIL import Image import PIL ...
Amanda S's user avatar

15 30 50 per page