excel macro error

  1. F

    Changing months in Excel macro, reffering to another workbook

    Hello dear experts! I have a whole bunch of workbooks with 30 sheets each, that I need to update each month. On top of each sheet, I'm using DATE-function: =DATE(2016;10;SHEETS()+14). That helps users telling which date the sheet is made for. Each month I am changing the month (in this case...
  2. G

    Excel Macro Just need to go next ROW if the value is not Numeric.

    This code has some syntax error but its generic I cant understand. Says For with no Next I have got an next in code it as I am new at this how can I Skip to next row if the row does not contain a number? For Each Nextcell In Range(InitialRow) If Not IsNumeric(Nextcell) Then...
  3. S

    Run-time error '1004': Cannot use that command on overlapping selections

    Hi, I receive the following error while trying to delete some cells: Run-time error '1004': Cannot use that command on overlapping selections This is my code: Rows("2:" & LastRow).Select Selection.SpecialCells(xlCellTypeVisible).Select Selection.EntireRow.Delete Here LastRow...
  4. M

    Excel Macro to send Birthday email via Outlook

    Dear Friends, Greetings to you all! I used Mr.Domenic code for this: Option ExplicitSub test() Dim OutlookApp As Outlook.Application Dim MItem As Outlook.MailItem Dim Rng As Range Dim Rw As Range Application.ScreenUpdating = False ActiveSheet.AutoFilterMode = False...
  5. J

    Search and Replace Combobox help!

    Hello, I created a macro that has a userform to select a workbook, pull data from it, and then go through the comments (its from a survey with an open-end question). The search and replace was designed to remove expletives. I wont post the expletive list, but I will share the rest. The red...
  6. C

    Run-time error '6" Overflow on Macro for Combining 2 List into all Permultations

    This macro should take two list and create every combination of the two list in a third column a1 b1 a2 b2 should give the following list (not sure what order) a1 b1 a2 b1 a2 b1 a2 b2 b1 a1 b1 a2 b2 a1 b2 a2 The excel macro gives a Run-time error '6" Overflow on this line "Set rngOutB =...

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