Consulting

Results 1 to 5 of 5

Thread: Test

  1. #1
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location

    Test

    Sub Test
    
    Dim i AS Long
    
    i=1
    
    End Sub

  2. #2
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    HTML Code:
    <body>
    Stuff
    </body>
    [vba]Sub Stuff()
    'stuff
    End Sub[/vba]

    Sub Stuff()
    'stuff
    End Sub

  3. #3
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Looks like the CODE and VBA tags are doing the same thing.

  4. #4
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,635
    Click image for larger version. 

Name:	shouting.jpg 
Views:	371 
Size:	19.6 KB 
ID:	11481

  5. #5
    solved?

Posting Permissions

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