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:
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!
Bookmarks