Consulting

Results 1 to 4 of 4

Thread: Disabling worning message while closing a workbook.

  1. #1

    Disabling worning message while closing a workbook.

    Dear all,

    I have created an excel workbook with lot of VBA codes. However when I close this book I am getting a warning message :

    "A formula in this worksheet contains one more invalid references. Verify that your formulas contain a valid path, workbook........."

    However, now it is no possible to check each code from where it is coming due to time constraint [deadline to submit this book is just tomorrow ]. Is there any way (preferably VBA code) to disable this warning?

    Your help will be highly appreciable.

    Regards,

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    So you are proposing submitting a workbook as completed with a known problem?

    Don't know if this will overcome that message, but you can always try

    Application.DisplayAlerts = False
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    Still it is coming. Actually it is coming when I press "close" button (top-right), any other idea?

  4. #4
    Ok leave it. I found the problem and fixed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •