copy vba

  1. 2

    VBA Copy Data from Sheet to Email depending on Assignee

    Hello! I currently have a Macro that creates an email for each row of data, then copies and pastes that row into the email. Each row is assigned to an individual (receiver of the email),, but sometimes, the same individual is assigned to multiple rows. I wanted to see if I could change up the...
  2. R

    VBA Copy in folder and sub folder faster

    Dear All master, I want the vba code to copy over entire folders and sub folders very fast. The vba code below can only be in one folder so if there is, I can modify the vba code to my liking and also I want the process to be very fast. Thanks roykana Sub copyfiles() 'Updateby royKana...
  3. J

    Adding new sheet with VBA code included

    Hi all. I have a code that is working as expected, but I need it on every new sheet that is added via VBA The code I need added to every new sheet is: Private Sub Worksheet_SelectionChange(ByVal Target As Range) If CheckBox1.Value = False Then Exit Sub If (Target.Column <> 5) Then Exit Sub If...
  4. K

    Macro to copy(based on criteria) to a different work book

    Hi Team, Can you help me with a macro for copying data based on criteria to a sheet in another workbook? I have an excel sheet with columns from A- O. I want to filter the data in columns M,N,O and copy the data. ie. I have locations in column N(4 diff locs),Tool names in column M (8 diffnt...
  5. L

    copy a range from one workbook to another

    Hi guys, I have two workbooks 1- FromCopy 2-ToCopy They both have over 600 worksheets and both are identical in both books. I am tryin to run a macro which should copy a range (A2:A9) from each sheet of FromCopy and paste it in sheet with the similar name into ToCopy Also, I want to run this...
  6. D

    VBA Copy ONLY worksheets of the same tab name

    I have a workbook with several tabs. I need to copy from another workbook ONLY the tabs with the same tab-name. I need this to be done in VBA. Any help would be appreciated. I am stumpted after many many tries at this.

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