+ Reply to Thread
Results 1 to 3 of 3

One file with multiple sheets or split data into some files ¿Wich option is better?

  1. #1
    Registered User
    Join Date
    01-08-2017
    Location
    Barcelona
    MS-Off Ver
    Office 2019
    Posts
    82

    One file with multiple sheets or split data into some files ¿Wich option is better?

    Hi everyone

    I have a theoretical question and I hope you can give me some advice about it.

    I have one file with some sheets with schedule data, one for each worker, and then 4 with the summary data for each department. I make all the calculations with VBA and put the data at the summary shet.

    It works fine, but now I try to optimize the code and I find some opposite answer on the Internet. Is better keep all data at the same file (even if that means have 50 sheets), or is more efficient to separate data from each people into one file and summary sheets into another?.

    At the internet there are some people saying is better to have all data at the same file (avoiding the time and problems to access other files) and others that are better split it into some files to sepparte calculations and reduce RAM usage.

    Any advice will be welcome.

    Thank you.

  2. #2
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MSO Home and Business 2024
    Posts
    7,621

    Re: One file with multiple sheets or split data into some files ¿Wich option is better?

    If possible it would be even better to gather all information in 1 sheet.

    Then it will be much easier to filter data or to use that table to create Pivot Tables etc.....
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  3. #3
    Registered User
    Join Date
    01-08-2017
    Location
    Barcelona
    MS-Off Ver
    Office 2019
    Posts
    82

    Re: One file with multiple sheets or split data into some files ¿Wich option is better?

    HI!

    Thanks for the answer but I can't unify all into one sheet because it will be unmanageable, because we have a lot of data about each people into his sheet.

    It already works fine but I want to reduce size file and calculation time. I read the opposite answer about this: some say you must use only one file even if it was big and complex, and others say that is better separate files.

    I hope you with your knowledge can say me which of these two options is the best.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Split a CSV file into multiple files
    By mikemontelongo in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-15-2015, 12:37 AM
  2. How to split multiple excel data /sheets into multiple PDF files
    By Faridwahidi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-08-2014, 12:25 PM
  3. [SOLVED] VBA to split 1 file into multiple files
    By Maxy in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-05-2013, 01:14 PM
  4. Replies: 0
    Last Post: 11-27-2012, 01:43 PM
  5. Split a file into multiple files
    By bkormoski in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-09-2012, 03:38 PM
  6. Copying data from multiple files (with mult. sheets) into one file and create a graph
    By Macedonia in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-30-2010, 07:37 AM
  7. Replies: 3
    Last Post: 08-02-2006, 12:35 PM

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