Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Finding problem source causing "Your formula contains an invalid external reference to a worksheet" message

Hi there

I was deleting some rows on an old spreadsheet I have been asked to
work on when suddenly I am confronted with the following message:

"Your formula contains an invalid external reference to a
worksheet ... <snip"

The menu item "Edit - Links" is greyed out and I have run a link
searcher (I found in this group) and cannot find any external links.

Is there way of finding the cell(s) that are causing the problem?

Chrisso

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Finding problem source causing "Your formula contains an invalid external reference to a worksheet" message

Scrap that!

The file just needed to be closed and re-opened. I guess Excel got
confused.

Cheers
Chrisso

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Finding problem source causing "Your formula contains an inval

To check and see if there is a worksheet change event that triggered the
message,
just right click on the worksheet tab at the bottom of the screen, then in
the pop-up menu box, click on view code. If you see code that starts with:

Private Sub Worksheet_Change()

Then that is the culprit. Otherwise, there was probably a formula in one of
the cells you deleted that referenced an external link and was triggered by
the delete event.

"Chrisso" wrote:

Scrap that!

The file just needed to be closed and re-opened. I guess Excel got
confused.

Cheers
Chrisso


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error "invalid data source reference" for pivot table Manny Excel Worksheet Functions 6 April 5th 23 02:58 PM
Invalid external reference message Laurence Lombard Excel Discussion (Misc queries) 2 November 2nd 07 03:43 PM
"A formula in worksheet contains 1 or more invalid references?" Bill Charts and Charting in Excel 1 September 6th 06 01:22 PM
Clear Form results in INCORRECT "Invalid Property" message.... B[_4_] Excel Programming 3 April 20th 06 06:24 PM
Formula Contains an invalid external reference to a worksheet Warren Setting up and Configuration of Excel 1 March 2nd 06 02:46 AM


All times are GMT +1. The time now is 09:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"