+ Reply to Thread
Results 1 to 5 of 5

Hide intermediate result

Hybrid View

lemonstar Hide intermediate result 07-05-2008, 06:01 PM
BigBas We would need more details... 07-05-2008, 06:05 PM
shg You could use conditional... 07-05-2008, 06:29 PM
lemonstar Actually, you're right - I... 07-05-2008, 07:53 PM
shg Yes, but how depends on the... 07-05-2008, 07:59 PM
  1. #1
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    We would need more details (maybe even attach a .zip sample of your workbook) so that we can help you here.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    You could use conditional formatting to change the font color to white. That's not completely hidden, but it won't jump out at a glance.

  3. #3
    Registered User
    Join Date
    01-08-2008
    Posts
    15
    Actually, you're right - I can use the conditonal formatting - just use the "Formula is" =NOT(cell reference for flag set by checkbox). This still forces a recalculate though as my numbers are generated using =randbetween(0, N) - is there a way to prevent certain cells from updating? I know that I can go to Tools..Options..Calculation...and set Manual - (never tried that though) but is there a way to set the manual or automatic mode by calls made from a macro that is kicked off by the checkbox change?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    is there a way to set the manual or automatic mode by calls made from a macro that is kicked off by the checkbox change?
    Yes, but how depends on the type of checkbox (Forms vs Control Toolbox).

    Application.Calculation = xlCalculationManual
    Application.Calculation = xlCalculationAutomatic

+ 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