View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
active_x[_10_] active_x[_10_] is offline
external usenet poster
 
Posts: 1
Default What's the difference between parameter and argument??

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/