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

  • Home
  • SEARCH
  • 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 821679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:40:46+00:00 2026-05-15T02:40:46+00:00

I created an excel template for a file i’ve done for a routine work

  • 0

I created an excel template for a file i’ve done for a routine work calculation. The file takes data from the data logger and does some analysis on it and outputs one number regardless of the input size.

The problem I’m having is i have to modify the sheet to suit the number of rows, as everyday the data logger outputs a different number of rows. there are about 15 sheets in the workbook and it’s annoying to have to change everyone of them everyday. What i’d like to do input the data logger csv, and boom the result gets outputted.

Is there a way through vba or not to ahieve

  • 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-15T02:40:46+00:00Added an answer on May 15, 2026 at 2:40 am

    the clear answer is “It depends”

    what is so specific about the 15 sheets that they can’t cope with a changing number of raw data records. Are they pivot tables, are they formulae that deal with each raw data record individually?

    For pivot tables, specify the source as a named range (like “SourceData” and resize the named range after raw data import – this for example can be done with a VBA – one-liner like

    Range("SourceData").CurrentRegion.Name = "SourceData"
    

    alternatively, instead of a range between two cells ($A$1:$G$12) define them as columns as they will not change ($A:$G)

    It is thinkable to copy formulae in dependent sheets based on the number of source records by setting the Formula property of any Range object.

    For other kind of analyses that work on individual source data rows, I guess we need more info what exactly you want to achieve.

    Hope this helps

    Good luck

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

Sidebar

Related Questions

My program have ability to export some data and DataTable to Excel file (template)
I have created an Excel Sheet that does some lookups to format data that
I created a VB.Net application that will read from excel file and put the
I have an Excel File which serves as a template for my Excel work
I created an excel file using the writeexcel gem. It opens perfectly in libre
I'm reading a .csv file that was created in Excel with the first line
I need help in this matter: We have a template of Excel file in
Usually CSV and excel file format will be used to import data as it
I have been working on an Excel 2010 template for some time and I
I currently have an excel file (.htm) that I use as a template for

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.