+ Reply to Thread
Results 1 to 10 of 10

Split Worksheet Concept

  1. #1
    Forum Contributor
    Join Date
    04-23-2015
    Location
    UK
    MS-Off Ver
    2010
    Posts
    100

    Split Worksheet Concept

    Have been asked this question at work, and as usual do not know the answer:

    Is it possible in Excel to 'split' a worksheet such that part of it can be controlled independently from the rest ?

    What the questioner wishes to do is as follows:

    Keep cols A:D separate from E:onwards (for display purposes cols E:N)

    They will do calculations on data they enter in cols A:D and this might extend down many rows
    say to row 100. The result might go into cols E:N, but in say rows 5-6.

    They wish to keep (say) the range(E1:N10) visible, whilst entering data in cols A:D down to row 100.

    It's kind of like having a split screen with two sheets displayed.

    My best suggestion to them (since there is only one video card and one screen) was to open two instances of
    Excel, and a separate workbook loaded into each instance.
    That way they would have two sheets visible side-by-side, with independent scrollbars.

    I'd just have to figure out how to code such that their results from the calculations done in the lefthand sheet get transferred into the righthand sheet. and there would need to be links to and from each workbook/sheet to show what came from where.

    I'm sure it could be done, but I'm wondering if it would be better to display a userform alongside their sheet, and use the form for the calculations.

    Unsure about the best approach, here, so your advice would be much appreciated.

    Regards and thanks.

  2. #2
    Forum Contributor Obsessed's Avatar
    Join Date
    05-22-2013
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Excel 365
    Posts
    215

    Re: Split Worksheet Concept

    Several options here...the solution doesn't need separate workbooks or separate excel instances. Open Excel across both screens (assuming same resolution), and create a new view of the same workbook, go the the data you find relevant, and then tile the two horizontally.
    Want to show appreciation for the help you received from a member? Give them reps by clicking the bottom left of their post!

  3. #3
    Forum Contributor
    Join Date
    04-23-2015
    Location
    UK
    MS-Off Ver
    2010
    Posts
    100

    Re: Split Worksheet Concept

    Hi ,

    Thanks for the reply.

    Unless I've misunderstood your suggestion, I did say:

    "My best suggestion to them (since there is only one video card and one screen)"

    So options seem a bit limited, to me.

    Thanks.

  4. #4
    Forum Contributor Obsessed's Avatar
    Join Date
    05-22-2013
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Excel 365
    Posts
    215

    Re: Split Worksheet Concept

    Well it doesn't change much. If they are okay with scrolling on one screen, then they should be okay with tabbing between views, or, if they didn't have to scroll, then still tiling horizontally.

  5. #5
    Registered User
    Join Date
    11-10-2015
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    4

    Re: Split Worksheet Concept

    Not sure I'm understanding this correctly - but have you seen the under the "View" menu - "View Side by Side" which allows you to view multiple workbooks at the same time and lock / unlock scrolling...
    ... otherwise there's the "Split" and then the "Freeze panes" option?

  6. #6
    Valued Forum Contributor
    Join Date
    11-26-2012
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    419

    Re: Split Worksheet Concept

    +1 for Freeze Panes.

    If that doesn't do what you need you can try something like the following (it's a bit messy though...) It basically takes a picture of the range you want to see and then pastes it in the top left visible cell. You won't be able to click on any cells underneath the picture.

    Note the code only runs when the selection is changed: i.e. when a cell is clicked - scrolling won't do it.

    Please Login or Register  to view this content.

  7. #7
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Split Worksheet Concept

    1. Open a new window
    2. view side by side
    3. de-select synchonized scrolling
    4. Window #1
    a) resize the window to show columns A:D

    5. Window #2
    a) scroll E1 to the top left corner
    b) select O11 split the window and freeze panes
    c) maybe resize the window to show only E1:N10

    6. Select Save Workspace from the View ribbon using the same name as the current file. Note that the extension wil be xlw
    a) When done close the xlsx file as usual.

    * When opening the file OPEN THE XLW file, not the xlsx file.

    Do not delete the xlsx/xlsm file.
    Ben Van Johnson

  8. #8
    Forum Contributor
    Join Date
    04-23-2015
    Location
    UK
    MS-Off Ver
    2010
    Posts
    100

    Re: Split Worksheet Concept

    Many thanks all for the many suggestions - much appreciated.

    I think I'll propose protonLeah's suggestion.

    However, developing this approach, I have a couple of questions, since I think I can guess what my colleague will be looking for next:

    1. Could a "master" XLW file be created - similar to an XLT file ?

    2. Can the XLW file accept VBA modules, forms etc ?

    It will be useful for them to be able to call up a 'blank' "template" for the start of a new project.

    In addition, I think I'll end up having to run code on the user's data in cols "A:D" to produce a numeric value in (say) a Total cell, that is then transferred into the appropriate cell in col G.

    Regards, and thanks all.

  9. #9
    Forum Contributor Obsessed's Avatar
    Join Date
    05-22-2013
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Excel 365
    Posts
    215

    Re: Split Worksheet Concept

    On your questions...

    1. Kinda sorta. It's not a template per se, but you can clear out the data to create your "template" and save it as a regular workspace. Then once you add data to it, resave the docs and workspace separately. Not sure of a better solution, but someone else may.

    2. the XLW is simply a format of the layout of workbooks you have open. So, if you work in the same 5 workbooks everyday, you could save the workspace, and when you open that workspace, it opens the books associated with it and arranges them in the same manner. That is why protonLeah said don't delete the XLSX or XLSM files associated with the workspace...the workspace is just the arrangement of the files, not the files themselves. So your actual workbooks are unchanged, and can accept VBA modules as usual.

  10. #10
    Forum Contributor
    Join Date
    04-23-2015
    Location
    UK
    MS-Off Ver
    2010
    Posts
    100

    Re: Split Worksheet Concept

    Thanks for the clarification and suggestion.

    Regards.

+ 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. General DB Concept Problem / Can it be done using Access
    By akaytie in forum Access Tables & Databases
    Replies: 11
    Last Post: 11-15-2014, 09:14 AM
  2. [SOLVED] Concept for a database is it feasible?
    By 33CDonnelly in forum Access Tables & Databases
    Replies: 1
    Last Post: 09-26-2013, 07:09 PM
  3. [SOLVED] Seeking knowledge on an unknown VBA concept
    By mc84excel in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 02-21-2013, 07:02 AM
  4. How can I implement this flexible If/And concept?
    By rrbest in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2010, 04:41 AM
  5. Help in Grasping a Concept
    By StompS in forum Excel General
    Replies: 2
    Last Post: 01-17-2006, 05:15 PM
  6. [SOLVED] Help with basic concept
    By DTTODGG in forum Excel General
    Replies: 0
    Last Post: 12-08-2005, 12:40 PM
  7. Bubble Concept, Bars Instead
    By OLLIE in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 02-22-2005, 03:06 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