Results 1 to 9 of 9

Thread: Pubic Sub Blah( Need Help here ?? ) [Resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    300

    Resolved Pubic Sub Blah( Need Help here ?? ) [Resolved]

    Ok here is my code.
    [code
    Public Sub NxAxMxE4( ????? )
    Dim str As String
    Dim x As Integer

    str = Mid(Word, 1, 1) & Base & Mid(Word, 2, 1) & Base & Mid(Word, 3, 1) & Base & Mid(Word, 4, 1)
    If Len(str) <= 32 Then
    lstGen.AddItem str
    End If

    End Sub
    [/code]

    Ok where Base is, that is going to be a letter or letters. I want to be able to call it using a different letter.

    Call NxAxMxE4 (xx)
    So then Base will equal xx

    Call NxAxMxE4 (vv)
    So then Base will equal vv


    How i do this ??
    Last edited by Ricky1; Jun 8th, 2005 at 03:27 PM.
    Im Learning !!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width