Results 1 to 6 of 6

Declaring Variables

Threaded View

  1. #1
    Registered User
    Join Date
    02-04-2012
    Location
    UK
    MS-Off Ver
    Excel 07
    Posts
    12

    Declaring Variables

    Hi all,

    The workbook I am using has a few add-ins with their own code hidden away. By chance, if I happen to use one of the variable names already declared within those, will I run into trouble?

    I am currently declaring variables by;

    Option Explicit
    
    Sub sample()
    
    Dim var_name As Integer
    
    'Code
    
    End Sub

    Thanks
    Last edited by Weston33; 02-06-2012 at 05:49 AM.

Thread Information

Users Browsing this Thread

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

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