vba. excel

  1. S

    VBA How do I insert a column to the left of a search result in a header?

    This code below adds a column next to the search term in the header on the right. How do I change this to add a column on the left? Will there be a good soul here that will help me solve the mystery? At the beginning Auto By foot Current status Auto Bike By foot...
  2. 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
  3. A

    Running Macro on multiple worksheets using prefix

    I am working on a worksheet with multiple tabs although I need to copy data from worksheets that start with only "2018 and 2017". From these sheets I wanted to copy range - using variables (say I wanted to copy a range between column A to L but the range should be dynamic ) and then paste the...
  4. 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...
  5. Z

    Changing the colour of the cells based on rules using VBA macros

    Hi, I'm new to VBA. I need a VBA macro which can change the colour of the cells based on rules applied. <tbody> B1 B2 B3 B4 B5 0.00a 0.00a 0.00a 0.00a 0.00a 0.01a 0.02a 0.00a 0.00a 0.00a 0.03b 0.01ab 0.00a 0.00a 0.00a 0.06a 0.03a 0.07a 0.04a 0.06a 0.15a 0.18ab 0.27b 0.26b 0.22ab...
  6. S

    vba: logical error . Output is not correct

    arr1 = Array("m", "n", "o", "p") With Worksheets("Sheet1") With .Range("B3", .Cells(Rows.Count, "M").End(xlUp)) celltxt1 = Sheet1.Range("b:b").Text If InStr(1, celltxt1, " *abc* ") Then 'do nothing Else: For Each cell In Range("M:M") If...
  7. J

    Is it possible to insert a table in the cell of the excel sheet.

    Hi Experts I have created a macro in excel which sends the email via outlook to more than user at a point of time. The macro is working fine when I add plain text in the cell, which I am using for the body of the mail. The issue is when I am trying to add the table field in this cell. It won't...
  8. C

    VBA refine code .PrintOut to define pdf Filename and current location

    I have a macro that selects worksheets to be printed from worksheets that carry a value in cell A1. I am trying to adjust the code so that it will print the pdf file with a predetermined name, eg "Output.pdf" and into the folder that the excel file is currently saved I do not have the VBA...
  9. Z

    Delete Row if cell above is the same

    Hi, I am trying to delete any duplicate row based on column "C" data. I have sorted the data so the data is sorted by "C" the account number and then "E" the date with the eldest first. When I run this code it does not pick up all the duplicates and does delete some that are not duplicates...

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