answersLogoWhite

0

Local Variable

A Local variable is a variable whose scope is limited to the Block of the Subroutine defining it.

Private Sub Command1_Click

Dim a as integer

End Sub

Module Level Variable

A Module Level variable is a variable whose scope is limited to the Form Module defining it.

Public Sub Command1_Click

Dim a as integer

End Sub

Global Level Variable

A Global Level variable is a variable whose scope can be limited to the entire project defining it.

Private Sub Class_Initialize ()

Dim a As Integer

End Sub

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When problem solving how do you analyze variables that cannot be measured?

Subjective analysis


When problem solving how do analyze variables that cannot easily be measured?

Subjective analysis


When problem solving how do you analyze variables that cannot easily be measured?

Subjective analysis


What is the difference between analyze and analyze?

Analyse is just the non-United States English (UK English) way to spell analyze, which is the United States English way of spelling it. There is no difference otherwise.


What are cause and effect variables?

Cause variables are factors that directly influence or produce an effect on another variable. Effect variables are outcomes or results that are influenced by the cause variables. Understanding the relationships between cause and effect variables helps to analyze and predict how changes in one variable impact another.


List and describe the two steps for solving conceptual problems?

Identify the key concepts and variables involved in the problem: Take a moment to understand the scenario and note down the main concepts and variables that are at play. This will help you frame the problem correctly. Apply critical thinking and analyze the relationships between the variables: Once you have identified the concepts and variables, analyze how they are related to each other. This involves logical reasoning and evaluation to arrive at a solution or conclusion.


What is the difference between analyze and analysis?

Analyse is the verb and analysis is the noun.


How can manifest variables be effectively utilized in research studies to analyze and interpret data?

Manifest variables can be effectively utilized in research studies by clearly defining and measuring them in a way that is observable and directly measurable. This allows researchers to analyze and interpret the data more accurately, leading to more reliable results and conclusions.


What is an observation variables?

Observation variables are characteristics or properties that can be measured or observed in a research study. These variables help researchers collect data and analyze relationships between different factors. Examples include age, gender, test scores, and survey responses.


What is the contingency table?

A contingency table is a display of the frequency distribution of two or more categorical variables. It shows the relationship between the variables by organizing the data into rows and columns, with the intersection cells showing the frequency of each combination of variables. Contingency tables are commonly used in statistics to analyze the association between categorical variables.


Does a survey have variables?

Yes, a survey typically includes variables that are measured or observed, such as demographics, opinions, behaviors, or attitudes. These variables help researchers analyze and interpret the data collected from the survey.


How to analyze information to identify patterns and trends?

To analyze information for patterns and trends, start by organizing the data and identifying key variables. Use statistical techniques like correlation analysis, regression analysis, and data visualization tools to spot patterns. Look out for recurring themes, anomalies, or relationships between variables to uncover trends in the data.