Results 1 to 5 of 5

Passing 2 arguments

Threaded View

  1. #1
    Registered User
    Join Date
    02-03-2013
    Location
    auckland
    MS-Off Ver
    Excel 2013
    Posts
    3

    Passing 2 arguments

    When I create the following

    Public Sub clear_table_row(tblname As String, rw As Integer)
    Dim tbl As ListObject
    Dim r1 As Range
    
    Set tbl = ActiveSheet.ListObjects(tblname)
    Set r1 = tbl.ListColumns(rw).DataBodyRange
    r1.ClearContents
    
    End Sub
    
    and then
    
    Public Sub clear_row()
    
    clear_table_row ("accom_exist",2)
    clear_table_row ("accom_new",2)
    
    End Sub
    I get a syntax error with the second argument, the first works fine

    Does anybody Know what im doing wrong ??
    Last edited by PeterMac; 07-11-2015 at 05:03 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Passing arguments in Range()
    By abduljaleel.mca in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-14-2013, 11:12 AM
  2. Passing arguments?
    By RPhilbin83 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-04-2011, 09:29 AM
  3. Passing Arguments
    By cosmarchy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-28-2010, 04:36 PM
  4. Passing Arguments Between Spreadsheets
    By nt180792 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2009, 02:26 PM
  5. [SOLVED] 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

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