public functions

  1. S

    VBA function call from another open workbook

    In workbook 1 Functions - module Public Function Sheetpasswrd() Sheetpasswrd = "1234" End Function VBA Project locked for viewing etc In workbook 2 in a vba module I am moving the data from workbook 2 into workbook 1 but I need to unlock the workbook 1 In workbook 2, i can within a cell...
  2. A

    Public Function Parameters Explication

    Hello fellow members of this forum, this is my first time posting a question, but I've been a constant reader of your posts. I'm currently working on a Min function with a conditional, if you want to check the code it works like a charm... but my problem comes when I try to make it look more...
  3. J

    Why are an add-in's functions visible, but macros not?

    I have a macro-enabled workbook with several modules and class modules full of code. Two modules in particular are meant as UI entry points: PublicMacros and PublicFunctions. These are the only two modules with no Option Private Module statement: PublicMacros has nothing but Public Subs with...
  4. J

    Calling a UDF from another UDF - ARRRGGGGHHHHH!!!

    I would like to create a library of functions. Some of the functions will call other custom functions (to save code replication). However, I can't seem to get the functions to work together. The code is contained within one module. In the code below, the function "Prepay" works just fine...

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