Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3855530
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:47:26+00:00 2026-05-19T17:47:26+00:00

I am populating a set of arrays from worksheet data. I then manipulate the

  • 0

I am populating a set of arrays from worksheet data. I then manipulate the data before writing it out to another worksheet (see example below).

If I want to then use the same worksheet data again, how can avoid rewriting the code that populates the arrays from the worksheet?

  • Should I write my code in one long procedure so I don’t need to repopulate the arrays?
  • Should I make the arrays global so that they can be reused in several procedures?
  • Should I pass the arrays just to the procedures that need them in a long argument list?
  • Any other options?

Sub ManipulateData()
    Dim people(1 To MAX_DATA_ROW) As String
    Dim projects(1 To MAX_DATA_ROW) As String
    Dim startDates(1 To MAX_DATA_ROW) As Date
    Dim endDates(1 To MAX_DATA_ROW) As Date
    ...
    Loop through worksheet cells to populate arrays
    ...
    Do something with array data

End Sub
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T17:47:26+00:00Added an answer on May 19, 2026 at 5:47 pm

    I’d create a class that would contain the arrays as private variables and then create one public sub called Initialise or similar that loads everything up and then other subs/functions as needed to give you the functionality you need.

    That way you don’t have to pass the arrays around but they’re still not global. The problem with making them global is that it’s more risk that some other code somewhere else would change the arrays in some way that your code isn’t expecting which can be very hard to find since that might be anywhere in the codebase.

    Here’s an introduction to classes in Excel VBA.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET DataTable which I am populating from another set of ASP:TextBox
I m populating data for different entities into set of lists using generic lists
I'm having trouble with declaring 2-dimensional arrays in C#, populating them and then returning
I am newbie to jqGrid , and populating data from Servlet via Ajax call
I have a UITableView I'm populating with data from CoreData. I have a data
I've set up some charts using highcharts, populating it's series column using the brilliant
I was wondering... when working with a fixed set of data (say: the population
Im populating a GridView from List so am forced to use TemplateField controls to
im populating the data in the combo box using dataset tables...with some table name..now
I'm populating my select box using the query shown below: <%=f.select :acoustic, options_for_select(User.includes(:roles).where( :roles

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.