Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default When i open my Excel file this message prompt:

When i open my Excel file call Chartier file this message prompt
Cannot find'\\P$\my doccuments\A.GIL\[COLLHELP.XLM]COLLHELP'!$B$15, which has been assigned to run each time[Chartier file.xls]Épargne is opened. Continuing could cause errors. Cancel opening [Chartier file.xls]Épargne

Then... i have to click YES OR NO and i say NO with out proble

Please help me... to remouve this messege prompt Note: Épargne is the tab name ( tab used last time i save

G i l l e s... THANK in advence
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 473
Default When i open my Excel file this message prompt:

Gilles Chartier wrote:
When i open my Excel file call Chartier file this message prompt:
Cannot find'\\P$\my doccuments\A.GIL\[COLLHELP.XLM]COLLHELP'!$B$15,
which has been assigned to run each time[Chartier file.xls]Épargne is opened.
Continuing could cause errors. Cancel opening [Chartier file.xls]Épargne ?


There's probably a hidden name that refers to this Excel 4 macro.

Try running this

Sub ShowHiddenNames()
Dim N As Name
For Each N In ActiveWorkbook.Names
N.Visible = True
Next
End Sub

and then look in Insert / Name / Define dialog for names referring to such.

Alternatively use FINDLINK from http://www.BMSLtd.co.uk/mvp and look for COLLHELP.XLM

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default When i open my Excel file this message prompt:

Thank Bill it's work !
G i l l e s
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
Remove Prompt to Open File as Read-Only (Excel 2007) kerryb13 Excel Discussion (Misc queries) 3 April 19th 23 02:13 PM
Excel 2007 prompt to open file as read only SEllis Excel Discussion (Misc queries) 1 March 4th 10 06:29 PM
Prompt message when opening a file Pernod Excel Worksheet Functions 1 October 13th 06 09:08 PM
Prompt Message when opening a file Pernod Excel Worksheet Functions 0 October 13th 06 08:09 PM
Bypass prompt to open XML file as XML list? Steve Vincent Excel Discussion (Misc queries) 0 March 13th 06 10:05 PM


All times are GMT +1. The time now is 10:55 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"