Results 1 to 22 of 22

Passing Arguments To Procedures

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-16-2015
    Location
    Istanbul
    MS-Off Ver
    Office 365
    Posts
    928

    Passing Arguments To Procedures

    Formula: copy to clipboard
    Sub Main()
    Dim MyValue As Integer
    MyValue = 10
    Call Process(MyValue)
    MsgBox MyValue
    End Sub

    Sub Process(ByVal YourValue)
    YourValue = YourValue*10
    End Sub


    1) Is MyValue = YourValue here (10)? (Because it's argument of the same method.)

    2) If so Why they are written the same as "MyValue"?

    3) Sometimes there is not a argument next to ByVal, ByRef. Why?
    Last edited by zanshin777; 01-13-2016 at 10:40 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Passing 2 arguments
    By PeterMac in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-11-2015, 05:34 AM
  2. [SOLVED] Passing Arguments to PRIVATE Procedures
    By clemsoncooz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-24-2014, 10:34 AM
  3. [SOLVED] Executing procedures with multiple arguments
    By ferfer in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-21-2012, 03:40 AM
  4. Passing Arguments
    By cosmarchy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-28-2010, 04:36 PM
  5. UserForm Procedures with Arguments?
    By CrazyFileMaker in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-01-2009, 02:09 AM
  6. Passing arguments from VBA to DLL
    By mkluwe@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-18-2006, 04:15 AM
  7. Passing Variables Between Procedures
    By Arturo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-28-2005, 10:06 PM

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