arguements

  1. Mackeral

    Defined Enum's used in Function Calls don't seem to work anymore. Has something changed?

    This an example of an Enum definitionEnum XXX X1 = 1 X2 = 2 End Enum I will define a function I will call "TestFunction Test(Arg as XXX) ' Some Code End Function When I type in Call Test(all I see isTest:Display as XXX)and no drop-down list appears where I use to see a Dropdown...
  2. G

    How to pass the different temporary values to the triggered subroutine?

    Hi all, I have different workbooks of different people's profile, eg. John.xlsx, Isabella.xlsx, etc. I need to update these workbooks and save them. For eg. I update Age from 'ThisWorkbook.Sheets.("All_Routines")'. I have written a code called "FindMatch", which selects a workbook name from...
  3. S

    Too many arguments in IF function

    It is saying there are too many arguements, where should I add AND OR in order for this formula to work? =IF($D$1="","",VLOOKUP($D$1,'[Employment Contract (Causual Employee) HC_May20180903_D_SB.xlsx]Staff info summary'!$B:$DQ,91,FALSE)="","",'[Employment Contract (Causual Employee)...
  4. N

    Error in setting up the VBA Formula : Gettring Error 450 Wrong Number of arguements or invalid property assignment

    Hello I am getting Error 450 Wrong Number of arguements or invalid property assignment the following typed in Cell CL3 Tried to incorporate above in VBA Sysntax below and Getting Error 450 Wrong Number of arguements or invalid property assignment ws.Cells(3, 90).value =...
  5. H

    For Formula's sake

    Hello, I hope everyone is doing well. I would love some help figuring out why an addition to my formula is not working. The original formula i am working with is =IF(ISNUMBER(SEARCH("GSI",AB1145 )),"GSI",IF(AB1145="NO CAMPAIGN","NO CAMPAIGN","CAMPAIGN")) and it works just fine. However, I need...
  6. P

    problem with parenthesis with multiple ifs - too many arguements for this funciton

    <tbody> =if(BL4=.46,0), if(cu4=1,(vlookup(bl4,Grids!$D$70:$E$80,2)), if(cu4=50,(vlookup(bl4,Grids!$D$70:$e$80,2), if(ai4=10,(vlookup(bl4,Grids!D$$101:$E$113,2)), if(ai4<6,(vlookup(bl4,Grids!$D$70:$E$80,2)), if(ai6<=9,(vlookup(bl4,Grids!$D$85:$E$96,2)))))) Help...

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