View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default What's the difference between parameter and argument??

In this context, there is no difference.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"active_x" wrote in message
...
Example:

..
test a, b, c, d
..
Sub test(ByVal a, b, c, d)
..

Are "a, b, c, d" (in test a, b, c, d) parameters or arguments?
(question 1)

Are "a, b, c, d" [in Sub test(ByVal a, b, c, d] parameters or
arguments? (question 2)

What's the difference between parameter and arguments? (question 3)



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/