copy & paste values

  1. B

    copy cells from one worksheet to another based on condition and put in new cells in multiple rows

    I have a excel master spreadsheet where sheet 1 contains a list of the residents in the subdivision. For example <tbody> L. Name F. Name Address Street Email Phone Children adam john & mary 123 main qwe@yahoo.com 999.000.8888 Mark Aray bill & sue 345 first asd@earthlink.com 111.222.3333...
  2. D

    Vba - find next empty column, insert column, copy paste values & copy paste formulas

    I am creating a report that will be updated monthly then create charts with the newly pulled data. I need to create code that will: find last column that contains data copy & paste values of that column (within that same column) find the next available blank column and insert a new column copy...
  3. P

    Copy and Paste values in a named range using Data validation drop down list.

    Hi every one, would appreciate some help with this problem if you have any ideas- I am using Excel 2007 on Vista operating system. I have created a Data Validation drop down list of named ranges (single columns of data approximately 6000 rows ) in Sheet1 and placed this dropdown list in...
  4. G

    Capturing data from a userform and saving it to specific column in Sheet2

    I have a macro that is starting to get pretty intensive and beyond my knowledge base. Currently is takes the needed data from sheet(1) and copies it to a newly created "Sheet2" in a specific format. Once the macro is done formatting "Sheet2", it shows both userforms for the next part of this...
  5. D

    vba, force Copy to paste values

    Sorry, please ignore. I discovered the solution a min after I posted here. I just needed the .pastespecial on a second line I thought I'd ask for an answer to my brain freeze. I've some leftover code I'm reusing. I'm copying some cells between sheets, and it's copying the whole cell reference...
  6. The_Rock

    Copy & Hardpaste Macro

    Hi Guys How can I get the following to hardpaste (paste special values) the data instead of just normal paste? Where would the code go? Option Explicit Sub Copy_All() Dim wks As Worksheet For Each wks In ThisWorkbook.Worksheets If Not wks.Name = "COMBINED" Then wks.Range("A2:Q" &...
  7. B

    Need Help in Copying a row from a spreadsheet to another by its value

    Hello, I am working on a Excel document, and I am trying to copy data over that have a value to sheet. For Example, I have 7 colums starting from B3 to H3, and what I am trying to do is copy the rows based on location to that sheet. Each sheet will be named by location so for example...
  8. J

    vba macro for copying certain items to specific columns from one sheet to another

    hi, can somebody help me with this?? how do i get the items from this, [/URL][/IMG] to this.. [/URL][/IMG] pls teach me macro or vba code.....
  9. M

    VBA script copy cell based on value in column

    Hi, I have an Excel spreadsheet that has 3 columns and thousands of rows. The value in the third column indicates which row to copy. I am looking to copy the value from column A to column D if C has a value. Then based off the number in C copy the value from A to E EXAMPLE: -- removed...
  10. T

    Macro to copy range of cells to the next free column in another worksheet

    I have the following macro which is taking data from one range of cells & copying it to the next free column in another worksheet (starting from row 14). Sub CopyColumnBandPasteToFirstFreeColumnSheet2() Dim PasteToCol As Long PasteToCol = Sheet5.Cells(14...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top