+ Reply to Thread
Results 1 to 4 of 4

VBA Worksheetfunction

  1. #1
    Registered User
    Join Date
    02-25-2013
    Location
    L.A
    MS-Off Ver
    Excel 2010
    Posts
    19

    VBA Worksheetfunction

    Hi guys, I am quite new to VBA excel programming so I have two simple questions, firstly what's the difference between worksheetfunction. and application. ? From what I've played around with, both are just used to call upon functions in excel to be used in VBA, is there a specific difference between the two?

    Second question is the code below:

    Please Login or Register  to view this content.
    I know that Rnd() is a VBA in built function, however if I replace it with worksheetfunction.Rand() which is using the excel Rand() function, the code doesn't work, why is this? I tried putting application.rand() as well, it doesn't work either, is there no way I can use Rand() from excel?

    Thanks!
    Last edited by JBeaucaire; 02-27-2013 at 11:46 AM. Reason: Added code tags, as per forum rules. Don't forget!

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: VBA Worksheetfunction

    As you type Application.WorksheetFunction. the VBA intellisense should list for you the functions available.

    Attachment 217073


    If you are NOT seeing those, then turn them on here:

    Attachment 217075
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    02-25-2013
    Location
    L.A
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: VBA Worksheetfunction

    Thanks for that, however I am still wondering if VBA has its own function then does that mean we can't use the same function from excel? Why doesn't Rand() show up after I type worksheetfunction? (I have intellisense enabled)

    Also what's the difference between say Worksheetfunction.NPV and Application.NPV, both codes calls upon the function NPV from excel but is there any differences between the two? When do we need to put worksheetfunction. in front of the function and when do we need to put Application. in front of the function?

    Thanks
    Last edited by TrueTears; 02-27-2013 at 12:15 PM.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: VBA Worksheetfunction

    Intellisense shows you the worksheetfunctions you can employ with that method. Not in the list? Not available.


    I was taught early on to always use the Application.WorksheetFunction.????? syntax so I do. Haven't spent time trying to test why I should... sorry.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1