Results 1 to 6 of 6

To use the code rather than rewrite

Threaded View

  1. #1
    Forum Contributor
    Join Date
    03-13-2013
    Location
    Mumbai
    MS-Off Ver
    Excel 2003
    Posts
    152

    To use the code rather than rewrite

    Hi,

    I have few modules of coding and use the same codes in different modules. I want to use the code in a module which is available in another module. Please see the examples below.

    First Module
    --------------

    sub Result()
    
    /*some codes here
    
    For i = 5008 To 5030
    If i = 5008 Then
    ban_name = "Total"
    GoTo 183
    
    If i = 5009 Then
    ban_name = "Pay: Can't Pay"
    GoTo 183
    End If
    
    If i = 5010 Then
    ban_name = "Pay: Won't Pay"
    GoTo 183
    End If
    End If
    
    ......
    ......
    
    Next i
    
    /*some codes here
    
    End Sub



    Second Module
    ----------------

    sub Print()
    
    /*some codes here
    
    For i = 5008 To 5030
    If i = 5008 Then
    ban_name = "Total"
    GoTo 183
    
    If i = 5009 Then
    ban_name = "Pay: Can't Pay"
    GoTo 183
    End If
    
    If i = 5010 Then
    ban_name = "Pay: Won't Pay"
    GoTo 183
    End If
    End If
    
    ......
    ......
    
    Next i
    
    /*some codes here
    
    End Sub

    Instead of writing same for loop codes in different modules, how can I use this code by function or any other feautures?

    Please help.
    Last edited by gan_xl; 12-04-2015 at 09:05 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I rewrite this code to maintain the cell format?
    By Bran99 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-10-2015, 04:00 PM
  2. rewrite the existing code for charts
    By csunilkumar in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-14-2014, 12:49 AM
  3. [SOLVED] Is there a way to rewrite this code for a UserForm in loop form?
    By bananajelly in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2014, 01:21 PM
  4. [SOLVED] Rewrite existing code to include date in filename
    By MissaLissa in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-02-2013, 01:03 PM
  5. [SOLVED] Looking for help with speeding up or rewrite on vba code.
    By ukchris74 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-16-2013, 01:54 PM
  6. [SOLVED] Outlook 2010: Rewrite VBA Code
    By Cansa in forum Outlook Formatting & Functions
    Replies: 3
    Last Post: 10-12-2012, 12:25 PM
  7. Need to rewrite protect code so that it will work with a hidden sheet.
    By mrgillus in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-28-2009, 08:17 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