help vba

  1. S

    Type mismatch error

    I am unsurea bout why htis is not working and giving me a type missmatch error Private Sub SubmitCSR_Click() Dim LastRow As Long Dim ws As Worksheet: Set ws = Sheets("GP count") 'declare a variant array Dim ReceivedV(1 To 6) As String 'populate the array ReceivedV(1) =...
  2. X

    Populate multiple comboboxes with the same listfillrange

    So i have multiple comboboxes in a worksheet. Is there a way i can fill all of them with the same listfillrange? The code for that for one combobox would be: Private Sub ComboBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) Set col =...
  3. X

    Insert a formula in a Table via VBA

    Hey, So i have just posted a thread about how to insert a formula via VBA in the desired column of my Table. The answer i got worked perfectly fine. But as soon as i wanted to replace the original formula with my formula it stopped working and i guess i know why. the code which originally...
  4. X

    Enter a formula in the first cell of a set column in my table with VBA

    So basicly what my problem is is that: I have a table named "Teilbedarf". There is a column with the name "Benennung". I use a macro to delete the whole table every so often. But i need to enter a formula again in the first cell of "Benennung" after i deleted the whole table. How do i do that...
  5. M

    Need Help Archiving Live Updates

    Hello members, As a lot of new members such as myself, I am quite green in my macros abilities. To cut to the chase... I have linked some live updates from the web in my excel spreadsheet. However, I would like to archive the data every 15 minutes and list it in each subsequent column. The...
  6. B

    GoTo Function in VBA checking values

    Can anyone help with the following, I am trying to miss the email module when checking through my code, I want the to skip this part of the code: Call EmailOutOfDate (Email, ExpDate, Documents, Days Remaining) and check a value in the cell which determines whether or not an email should be...
  7. T

    Combining Duplicate Rows and Summing the Values using VBA - Beginner Question

    Hi All, I am not sure that this is the correct place to post this, but I have a VBA question. I found a set of code online to do what I desire, but I need to modify it to suit my needs. What I am doing is this: I have a set of Names and values separated in my excel sheet as "Divisions" ex...
  8. T

    Macro to clear cells in range that do not match any cell in another specified range? [pic example]

    https://imgur.com/a/OyeoFv9
  9. J

    VBA Issues - Multiple Sheets to PDF

    I have tried several different types of code to complete this and I can't seem to make it work. Here is what I am trying to do: I will have several different excel files that have multiple tabs. Within each workbook there are two tabs I would like to grab. Within the two tabs there are...
  10. K

    VBA help: Workbook A calls macro on workbook B that closes Workbook A and continues

    Hello guys, I have this problem exemplified in the picture bellow. The problem is: when I close workbook A, the macro sub B stops running. I tried this codes: Sub A() Workbooks("WorkbookB.xlsm").Close (Call other subs) End Sub Sub B() Workbooks("WorkbookA.xlsm").Close*...

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