+ Reply to Thread
Results 1 to 20 of 20

Cool Dashboards - Tricks

  1. #1
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Cool Dashboards - Tricks

    Anybody got any cool dashboard examples they want to share? Any tricks on how to make dashboards look larger than life? Use of macros, formulas, conditional formatting, pivot charts, colors, etc.???

    I will start by sharing a solution to make the dashboard remain in full-screen with no ribbon, tabs, etc. so that the dashboard takes up the full screen. If the user resizes the window (e.g. to move it another monitor), it will go full-screen again in a few seconds.

    Hope this helps and hope to get some other good ideas rolling...

    abousetta
    Last edited by jeffreybrown; 06-30-2012 at 12:54 PM. Reason: Attachment removed as it messes with user's Excel settings.
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  2. #2
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Cool Dashboards - Tricks

    A little bit too cool my friend.

    Can you please post the code you used to scr*** up my user interface.
    And can you please post the code to restore everything to normal ?



  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Cool Dashboards - Tricks

    You don't need all that code, Full Screen hides the FormulaBar, etc
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Cool Dashboards - Tricks

    mods

    delete this file, it does indeed screw up Excel's settings

    If you do want code to do this try searching my posts because I posted code that did this correctly some time ago.

    Any one who needs to know

    1. Restore Full Screen by clicking the small squares next to the close button, top right of screen
    2.View Tab & restore Formulabar, etc,
    Last edited by royUK; 06-30-2012 at 12:53 PM.

  5. #5
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Cool Dashboards - Tricks

    Isn't that why abousetta called it a TRICK? Just give him bad rep for the post and beware next time.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  6. #6
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    Roy, if you have a better mouse trap, I obviously would like to see it, but I don't think I'm going to go through your 25,000 post to find it.

    snb, sorry about that. The undo code would be:

    Please Login or Register  to view this content.
    Or simple ctrl + PageDown when the original workbook that caused the problem is open since it will not match the sheet name to the first sheet in the workbook.

    abousetta
    Last edited by abousetta; 06-30-2012 at 01:18 PM. Reason: Deleted attachment

  7. #7
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    *** Modified ***

    I have deleted the attachments but will instead provide the code for advanced users in a later post
    Last edited by abousetta; 06-30-2012 at 01:54 PM. Reason: Removed lines that manipulate formula bar as suggested by RoyUK

  8. #8
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Cool Dashboards - Tricks

    This works in Excel 2003 & Excel 2010.

    Display Headngs etc may as well be done manually.

    Switching workbooks will also restore settings for the other workbook
    Attached Files Attached Files

  9. #9
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    Thanks Roy. I have added Workbook_Activate and Workbook_Deactivate codes to increase functionality. The new code is as follows:

    Sheet1:
    Please Login or Register  to view this content.
    ThisWorkbook:
    Please Login or Register  to view this content.
    Standard Module:
    Please Login or Register  to view this content.

  10. #10
    Forum Contributor
    Join Date
    05-22-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003, 2007
    Posts
    144

    Re: Cool Dashboards - Tricks

    Dear RoyUK,

    As I searched through the forum for help, I read this thread and found your fullscreen code in the sample file very helpful indeed. I wish to say a big 'thank you' for it. It really met a good deal of my needs.

    When I use the code, however, I find that what still shows are the 3 buttons (minimize, restore and close) at the top right-hand corner. For what I am doing, I really need those 3 buttons disabled. I have an EXIT command button on the Main Menu sheet which SAVES & EXITS from the workbook that houses the Excel program that I am trying to design for my small family business.

    In my further search, I found a code that disables the said 3 buttons, but I do not know how to incorporate it into your fullscreen code. I am totally new to vba/macros and would, please, appreciate your kind help. The code that I found is as follows:

    Please Login or Register  to view this content.
    I should be grateful if you would kindly help me to incorporate this 3-buttons-disable code to your fullscreen code for my purpose, please.

    Meanwhile, I hope I am not hijacking another forum member's thread. I was looking for a solution to my Excel 2007 problem, came across the thread and saw that the solution you provided met my needs, hence this post for your attention, please. I do not know how best to reach you concerning this. And if I have done anything wrong, I sincerely apologise.

    Thank you in anticipation of your help.

    Newqueen
    Last edited by newqueen; 06-08-2013 at 10:26 AM.

  11. #11
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    No hijacking, I'm open to any discussion on the topic... But TMS provided a solution in your original thread. I'm working on another approach. If I get it working I will post back.

  12. #12
    Forum Contributor
    Join Date
    05-22-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003, 2007
    Posts
    144

    Re: Cool Dashboards - Tricks

    Dear Abousetta,

    Thanks very much for responding to my Post on this thread which you initiated. I am glad to note that you are happy to help.

    Yes, I've just looked at the suggestion TMS made on my original thread on this matter. But I'm still confused about it. If I understood his Post, he is suggesting that I don't need the first Before_Close routine (in RoyUK's fullscreen code). I still do not know how to merge both RoyUK's code and the code that will disable the minimize, restore and 'X' buttons.

    I want to use RoyUK's fullscreen code. It really works very well for me, except that it doesn't have any additional code to it that disables those 3 buttons.

    Any help you can give would be greatly appreciated, please.

    You all on this forum have been very understanding and helpful.

    Thanks.

    Newqueen

  13. #13
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Cool Dashboards - Tricks

    post self-deleted
    Last edited by FDibbins; 06-08-2013 at 03:12 PM.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  14. #14
    Forum Contributor
    Join Date
    05-22-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003, 2007
    Posts
    144

    Re: Cool Dashboards - Tricks

    Thanks FDibbins for your clarification.

    In my Post #10 above, I wasn't sure if it was OK or not hence I apologised if it turned out that I had done something wrong.

    Again, I'm sorry for going against any of the forum rules. It was not intended.

    Kind Regards.

    Newqueen
    Last edited by newqueen; 06-08-2013 at 02:49 PM.

  15. #15
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    Actually, in this case the moderator is wrong as post #10 does not violate Rule #2 as this thread is in the Water Cooler and I (the original poster) requested anyone to share any examples.

  16. #16
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Cool Dashboards - Tricks

    Sorry guys, you are both correct, seeing as this is the water cooler. My sincere apologies

  17. #17
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    No worries... it's all good.

  18. #18
    Forum Contributor
    Join Date
    05-22-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003, 2007
    Posts
    144

    Re: Cool Dashboards - Tricks

    That's OK FDibbins .... no hard feelings. And thanks Abousetta for your understanding. I am grateful.

    Newqueen

  19. #19
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Cool Dashboards - Tricks

    Thanks for the understanding

  20. #20
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: Cool Dashboards - Tricks

    There's no dashboards to look at in this thread.
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

  21. #21
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Cool Dashboards - Tricks

    In general, I never really got any strong feedback. Post #8 has RoyUK's suggestion. Post #9 has my suggested code.

    There used to be a workbook in an earlier post but it was deleted because the setting were not reversed when you moved from one workbook to another. People were freaking out that I messed up their setting and so I posted the remedy code and a new version that addressed the issue of switching between workbooks (or worksheets for that matter).

    abousetta

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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