vba.

  1. M

    VBA for pull data filter criteria each month in database to another workbook in same month

    Hello everyone I'm new here.So it's possible to pull data with filter criteria in each month to same month in another workbook
  2. 2

    VBA code for multiply ranges from more than one Sheet

    I'm training to write VBA code that combine two sheets data rage to one email and send it. I used below code for my debug but I failed to do so time after time. Below code send one sheet range data and I want to add it additional rage from sheet2 (Worksheets("Sheet2").Range("b3:b30") Sub...
  3. F

    Copying Multiple Named Ranges from one sheet to Another

    Hello Everyone! This is my first question posted, so sorry if it is not aesthetically pleasing. I am in the process of making a sub or two to create named ranges based on data in one worksheet, and then transfer it to another worksheet. I have working code below, but I do not wish to type out...
  4. A

    Switching tabs - VBA code

    Private Sub Macro12() Dim SheetNo As String SheetNo = Worksheets("Select Sheet").Range("B2").Text If Worksheets("Select Sheet").Range("B2") <> "" Then Worksheets("SheetNo").Activate Range("A1").Activate End If End Sub Can anyone tell me why the...
  5. J

    Button code for module

    Hi legends! I'm trying to code a button that allows you to take the contents of one cell (that will be a time unit - hh:mm, let's say, cell F12) and add it to a range of cells that you define in another cell (say H12). Could anyone help me with this?? Thank you all for you awesome help!

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