vba function arguments

  1. B

    Passing syntax to function

    Hi, I can't figure out how to do this (there probably are many ways, but anyway): I have a large Excel workbook that needs to work for many different projects and so I have user forms and named ranges to set and store config parameters. One of the parameters that is stored is a string defining...
  2. F

    IF Statement in Excel VBA

    Hello All, I need help with an IF statement in my VBA code. I cannot use a regular IF formula as I have more than seven conditions. What I need the code to do is return a letter value in cell B2 based on the value in cell S2. So if the value in cell S2 is "M.00441" cell B2 should return A. If...
  3. Ralajer

    Passing a Function as an Argument

    I am in the processing of generalizing a lot of my VBA code to remove redundant subroutines and functions to make code maintenance easier. One of the biggest cause for redundancy is having to copy and paste a subroutine because I changed a single function. Example. Sub Main() ' Code ...

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