destrow

  1. K

    VBA code to paste values of specific cells onto next empty row on another sheet

    I can't figure out how to edit this code to paste values. I've search so many forums. Can anyone help? Sub SUBMIT() ' ' SUBMIT Macro ' ' Dim ws1 As Worksheet, ws2 As Worksheet Dim DestRow As Long Set ws1 = Sheets("Entry Form") Set ws2 = Sheets("Reconcile") DestRow =...
  2. S

    copy and paste macro help.

    Hello, I use this macro to copy and Paste from WS1 to WS2. But I need it to copy and paste new data on the next row down on Ws2 When the button is selected. I cant figure this out. Thanks for all help provided. Sub ButtonCode() Dim ws1 As Worksheet, ws2 As Worksheet Dim DestRow As...
  3. H

    Macro to open files

    I have written code to open a workbook and copy data from A2 onwards on sheet5 on the source data to H2 on the destination sheet when running the macro the data from A2 onwards on the source data (Sheet5) on not being copied I also need to the macro to allow must to select another file or...
  4. S

    Copy/Paste values from one sheet to another

    Hi all, Not that great on Excel so looking for some help please. I have the below VBA that will transfer data from certain cells on Worksheet 1 to different cells on Worksheet 2. It is copying the formulas in these cells where I need it to copy just the values. Sub DataTransfer() Dim...
  5. T

    HH:MM cell format displayss 00:00 after running macro

    I have code written and placed in Worksheet Change which allows the user to put in time without colon's and displays the time as 05:00, 16:00 etc. The code works great. Here is what I am using: If Intersect(Target, Range("D2:D77, I2:I77")) Is Nothing Then Exit Sub On Error GoTo...

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