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 8510593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:44:53+00:00 2026-06-11T03:44:53+00:00

I wanted to create a macro using excel 2003 for a group of excel

  • 0

I wanted to create a macro using excel 2003 for a group of excel files where I can aggregate only the data I need to see into one s/s; the only problem is that I have no idea where to start. I am using a directory at work where I save down about 15-20 excel s/s’ into a daily date labeled folder. To expedite our daily process of having to look into each s/s, search for the correct tab (which sometimes doesn’t exist for that particular day) in the workbook, sort by data filter, and check it against list of identification codes; I would much rather create this in a macro. So I am looking for the macro to open today’s dated folder in the directory, find the correct labeled tab (let’s call it NYK123), open each file to match the id codes (in column H) and department codes (in column J) against the table I have on the original s/s, and display the results on the original s/s. Also new issues have the entire rows font is red and need to be displayed in the original s/s. Any help you guys can provide would be much appreciated.

  • 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-06-11T03:44:54+00:00Added an answer on June 11, 2026 at 3:44 am

    To start you going:

    Dim oFSO As New Scripting.FileSystemObject
    
    Dim fsoFile As Scripting.file
    Dim fsoFolder As Scripting.Folder
    
    Dim sReportsFolder As String: sReportsFolder = "C:\temp\"
    
    Set fsoFolder = oFSO.GetFolder(sReportsFolder)
    
    For Each fsoFile In fsoFolder.Files
    
       Dim xlWorkbook As New Workbook
       Set xlWorkbook = Workbooks.Open(fsoFile.Name)
    
       Dim xlWorksheet As Worksheet
       Set xlWorksheet = xlWorkbook.Sheets("Sheet1")
    
       ' put your logic here...
    
    Next
    

    WARNING: written from memory, should compile

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

Sidebar

Related Questions

I wanted to create one js file which includes every js files to attach
I wanted to create an new gesture keyboard which can be used by all
I wanted to create an online shop using rails and the spree gem (http://spreecommerce.com/).
I wanted to create a simple proxy to my localhost(xampp). I've looked into IdHTTPProxyServer
I wanted to create a file which has all the KeyPairs I need to
I wanted to create a JFileChooser with thumbnail view of image files.So I subclassed
I wanted to create a little macro to simulate for(auto item : container) in
I'm trying to create a basic macro recording/playback system. If I wanted to select
I wanted to create Custom Dialog like the following image which can be called
I wanted to create a Web-App that would use neo4j with Spring Data. I'm

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.