+ Reply to Thread
Results 1 to 2 of 2

#NAME errors

Hybrid View

bot-hell #NAME errors 07-28-2017, 11:06 AM
bot-hell Re: #NAME errors 07-28-2017, 11:11 AM
  1. #1
    Registered User
    Join Date
    07-28-2017
    Location
    シアトル
    MS-Off Ver
    14.0.7184.5000
    Posts
    2

    #NAME errors

    I have looked throughout the web, including this site, for an answer to this question but I can't find it.

    I have a very complex book that uses named cells as well as vba functions, and also iterative calculations. It works splendidly so long as I don't save it then reload it.

    If I do that, then it comes back with #name errors.

    If I turn off automatic calculations then there are no #name errors on loading, and then I can turn automatic calculations back on and everything is fine.

    So I thought about the following workbook macros, but they don't work. Maybe this is the wrong approach, anyway. Does anyone have any ideas? Thanks.

    Private Sub Workbook_Open()
        Application.Calculation = xlCalculationManual
        Application.OnTime Now + TimeValue("00:00:01"), "StartCalculator"
    End Sub
    
    Public Sub StartCalculator()
        Application.Calculation = xlCalculationAutomatic
    End Sub
    Last edited by bot-hell; 07-28-2017 at 11:10 AM.

  2. #2
    Registered User
    Join Date
    07-28-2017
    Location
    シアトル
    MS-Off Ver
    14.0.7184.5000
    Posts
    2

    Re: #NAME errors

    thanks, I was actually looking for that

+ 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. Which is faster: Errors or IF statements to stop Errors?
    By carsto in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-30-2016, 10:07 AM
  2. VBA errors
    By Roadhouse in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2015, 03:29 PM
  3. [SOLVED] N/A and Zero Errors
    By Excel-Access in forum Excel General
    Replies: 3
    Last Post: 12-11-2012, 07:16 AM
  4. Excel Throwing Circular Errors When No Errors Exist
    By MDW in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-10-2006, 09:20 AM
  5. Look for Errors
    By Steph in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-04-2006, 11:15 AM
  6. IIf and value-errors
    By david in forum Excel General
    Replies: 15
    Last Post: 02-06-2006, 09:15 AM

Tags for this Thread

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