copypaste special

  1. K

    VBA : Copy forn another worksheet only the new information.

    Hi, I am new into de forum and kind of new into VBA. I have written this code(with some support of youtube videos etc) to copy a specific Sheet from one worksheet to another. Sub CopytoWorkbook() Dim x As Workbook, y As Workbook Dim ws1 As Worksheet, ws2 As Worksheet Dim LastRow As Long Dim...
  2. D

    Help with an Excel VBA Autofilter copy paste syntax problem anyone?

    Hi folks, I am a bit syuck on the auto-filter syntax. can anyone tell me how to change this so that I am not copying and pasting the whole row, but only copying range "A" to "L" to usdrws and pasting into range "B" to "M", (same rows as below). ws.AutoFilter.Range.Offset(1).EntireRow.Copy...
  3. P

    VBA Copy & Paste values based on adjacent cell

    Hi all, Any help would be greatly appreciated. I have a spreadsheet I use to document tasks, I use column B to give each task (row) a numeric number which only appears should I have a task heading entered in the adjacent column C row. I use as if formula in column B. Ideally I would like to...
  4. L

    Copy and pasting specific cells from one workbook to another through a button [VBA]

    Hi everyone. I am really new to Excel VBA and I am trying to automate some processes at work. Before we push out our products, I use workbook A (Source & the active workbook) to generate charts based on bloomberg data and given parameters which are keyed in. These parameters are keyed into...
  5. C

    VBA Copy-Paste based on Drop-Down menu selection in seperate worksheeet

    I'm just learning to improve my VBA skills. Made lots of progress yesterday but now I find myself faced with a momentary wall... My dilema: I have two sets of data in Sheet2: one set in array AT1:BU2000 and the second in array AB1:AR2000. There is a drop-down menu in Sheet 1 containing a list...
  6. S

    Copypaste special (values only) from one workbook to another

    Excel Genius's. Need some help with vb code to copy and paste special (values only) from one workbook to another. Workbook locations are on my desktop for now, however I plan on filing them on server drive later. Here is what I need to accomplish: Copy cell values (D4, D6, J4, L4, L6, & range...

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