vba copy and paste

  1. P

    Copy non empty cells from the dynamic range column and paste to the bottom of data in table

    Hi, I am looking for the VBA code that will copy non empty cells from the dynamic range column "N2:N" and paste values to the bottom of data in column A named "Record ID" within the table named "RecordsDate" which has the range A2:E100. The column B "Date" in the Table contains VLOOKUP formula...
  2. W

    Finding text after a value in a cell, then copying to another cell

    Good morning! I'm new to VBA, so I'm a little stuck. I'm trying to copy the text after "brand=" in column AU until "," as well as the text after "model=", then paste it into column E after "Default Category/Lexan Polycarbonate Motorsport Windows & Kits" with a "/" between the two strings. I...
  3. R

    VBA check the date if matched then copy and paste the data into their group

    Hi there, i need a hand to help me with a simple VBA code, i got my sheet1 here ABC1DateTeamName205/10/2022ALupin322/10/2022AFox405/10/2022BRuby522/10/2022BSusan605/10/2022BGarland705/10/2022AAnthony and here is sheet 2, i simply want to list their name in sheet2 here which matched their date...
  4. M

    VBA copy and paste - the fast way

    Hi there, i know there are lot of threads about this. I need to copy only values. So we did something like this to avoid clipboard: Worksheets("Sheet1").Range("C5:C31").Value = Worksheets("Sheet2").Range("A5:A31").Value Worksheets("Sheet1").Range("E5:E31").Value =...
  5. M

    VBA if range contains specific text, copy the four consecutive cells to the right of that text and paste it to another sheet

    I have two worksheets I'm working with. One is used by the user to input the items to be put on a packing list, the other is the sheet that I'll be taking the pasted information from. On the first worksheet, I have two predetermined locations that the user will fill in for inventory items...
  6. D

    Help me selecting VBA Loop through All Sheets Except the main Sheet

    I have a Main Sheet containing orders which has 10000 records 1. I need to create 3 separate sheets by selecting some filters on the main sheet (Master). This I have already done by creating a Macro and performing the steps needed. 2. Now from the 3 seperate sheets I need to combine them and...
  7. S

    VBA Copy cells from each sheet into MASTER sheet

    Hi, Looking for a VBA code that'll copy and paste (for example) C9, F12, H25 from every single sheet into the rows of a Master sheet. Thanks :) S
  8. R

    VBA code to copy range of cells in row based on criteria

    Good Evening, I have been searching for some time now for examples online and similar post for what I need with no success. I am here now to ask for assistance. I need a VBA code that will be run by a command button to copy a specific range of cells in a specific row and paste the cells to a...
  9. A

    VBA to copy cells if value greater than 0 and paste to another worksheet

    Hi all, Really need your help, I apologise for my lack in knowledge but really trying I am trying to edit some code, to copy cells if the value is greater than 0 So if there is a value in worksheet "inventory" column A to copy cells A1 A2 A3 onto Worksheet "Sales Invoice" cells A16 and down...
  10. A

    Macro to copy and move

    Hi, I need a macro that works out the number of rows which has data in column C, when known it copies the data from each row in the range to another sheet. However, it’s not just a straight forward copy a row to another sheet, the code needs to select obe cell at a time as each cell is going...
  11. E

    VBA code to identify latest file in folder and copy contents to another workbook

    Hi. Hope someone can assist with the following. We have a shared folder where csv files are dropped on monthly basis. I need to identify the latest files with name File1 and File2. The file name changes each month as it ends with the month it is produced e.g. File1Feb18, File1Mar18...
  12. B

    VBA: Search for values in a column and copy row for all matching values

    Hello, I am trying to adapt a previous code to a new situation. I am new to VBA so I've been trying to teach myself on the job since then. The past two days I've been struggling with the following scenario. I am searching column "AA" for values that appear in column "I". If the column "I"...
  13. B

    VBA Help - to copy cell contents to used range and loop

    I need some VBA to copy the contents of cell "A3" and paste them in Range H7: "the last row used in column F" and then loop to the next worksheet. What I'm trying to accomplish: I'm turning individual reports (tabs) into a consolidated table (a summary tab), the department name is currently...
  14. G

    VBA to Copy, Open a New Workbook and Save

    I need help. I need the vba to Copy cells A10:G Open a New Excel workbook and Formatting R paste Then Bold the Top Line A1:D1 and that is it.
  15. D

    VBA newbie

    Hi All looking 2 pieces of VBA for a order monitoring sheet 1st one refresh data in table1 then select all and paste to bottom of table2 (its a data stack) 2nd one refresh data in table3 copy all inc headers and paste to a new sheet and rename sheet the sysdate Many thanks Dan
  16. S

    Copy values using VBA or Macros from one work sheet to another

    Hi everybody, I am new to Macros and VBA in excel and just know few basics. Please anyone kindly help me with this query. I have workbook in which there are 3 sheets named as Summary(sheet1), Detail(sheet2), Data(sheet3) No my query is how to copy values from Data i.e Sheet 3 (B12, D12, E12...
  17. M

    Copy and Paste range of cells to different tabs according to multiple criteria using VBA

    Hi All, This is my first post and I'm relatively new to VBA so bear with me here. I'm trying to establish some code to copy data from one tab and paste it to other tabs according to multiple criteria. Here's some more background info: Data Input: Cell "A2" contains the Data Date Cell "C1"...

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