PC Review


Reply
Thread Tools Rate Thread

closing dummy file

 
 
ricowyder
Guest
Posts: n/a
 
      22nd Dec 2006
Dear group,

A former discussion about how to delete the message on opening the file
(links to other worksheets) was great for my problem. Tom suggested to
create a dummy file, which opens the other file and which suppresses
the message. Here's the link:

dummy file: A
other file (with message to be suppressed): B

http://groups.google.com/group/micro...bc4642b707c7d7

Now, as I know my users, they will complain that there is another file
opened. How can I close that one again? It appears that in B Auto_Open
does not work anymore... so I had to include those lines also in A's
Auto_Open.

At which point shall I close A? After opening B (disabled Auto_Open in
B --> how can it be done automatically then?)? Or do you know a way to
close A when user closes B (automatically closing A).

Thanks for your help.

Best regards,

Rico

 
Reply With Quote
 
 
 
 
Jim Rech
Guest
Posts: n/a
 
      22nd Dec 2006
Doesn't something like this work?:

Sub auto_open()
Workbooks.Open "BookWithLinkFormula.xls", False
ThisWorkbook.Close False
End Sub


--
Jim
"ricowyder" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Dear group,
|
| A former discussion about how to delete the message on opening the file
| (links to other worksheets) was great for my problem. Tom suggested to
| create a dummy file, which opens the other file and which suppresses
| the message. Here's the link:
|
| dummy file: A
| other file (with message to be suppressed): B
|
|
http://groups.google.com/group/micro...bc4642b707c7d7
|
| Now, as I know my users, they will complain that there is another file
| opened. How can I close that one again? It appears that in B Auto_Open
| does not work anymore... so I had to include those lines also in A's
| Auto_Open.
|
| At which point shall I close A? After opening B (disabled Auto_Open in
| B --> how can it be done automatically then?)? Or do you know a way to
| close A when user closes B (automatically closing A).
|
| Thanks for your help.
|
| Best regards,
|
| Rico
|


 
Reply With Quote
 
Jim Rech
Guest
Posts: n/a
 
      22nd Dec 2006
Btw, if you and your users have Excel 2002 or later you do not need to use a
dummy file. With file B open use Edit, Links, Startup Prompt to control the
message. This setting will not be observed or preserved in earlier Excel
versions however.

--
Jim
"ricowyder" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Dear group,
|
| A former discussion about how to delete the message on opening the file
| (links to other worksheets) was great for my problem. Tom suggested to
| create a dummy file, which opens the other file and which suppresses
| the message. Here's the link:
|
| dummy file: A
| other file (with message to be suppressed): B
|
|
http://groups.google.com/group/micro...bc4642b707c7d7
|
| Now, as I know my users, they will complain that there is another file
| opened. How can I close that one again? It appears that in B Auto_Open
| does not work anymore... so I had to include those lines also in A's
| Auto_Open.
|
| At which point shall I close A? After opening B (disabled Auto_Open in
| B --> how can it be done automatically then?)? Or do you know a way to
| close A when user closes B (automatically closing A).
|
| Thanks for your help.
|
| Best regards,
|
| Rico
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
DUMMY .PST FILE Faraz A. Qureshi Microsoft Outlook Discussion 2 23rd Feb 2010 02:18 PM
Example/Dummy BCM file =?Utf-8?B?U2FtIFAu?= Microsoft Outlook BCM 2 6th Aug 2007 08:25 PM
Create dummy file structure? Ray Microsoft Excel Programming 4 21st Feb 2007 04:25 PM
how can I get dummy file in memory Pohihihi Microsoft C# .NET 2 13th Dec 2005 09:41 AM
Not automatically closing dummy browser from attachment jhoff714 Microsoft Outlook Discussion 0 26th Aug 2005 04:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:42 AM.