Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default Display alerts

Hi,

I have a spreadsheet that is sent to users, but contains links to files on
my personal system. I want the user to open the file, enter relevant data
and return it to me. However, I don't want the user to see the 'Update
links?' alert when they open the file.

I know the application.displayalerts = false can be used in a macro, but how
can I get the macro to run when the file is opened?

Thanks,

Ewan.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,316
Default Display alerts

Open the file that contains the links, click EDIT in the menu and select
LINKS. In the LINKS dialog box, click the START UP PROMPT command button and
select either DON'T DISPLAY ALERT AND DON'T UPDATE LINKS or DON'T DISPLAY
ALERTS AND UPDATE LINKS.



--
Kevin Backmann


"ewan7279" wrote:

Hi,

I have a spreadsheet that is sent to users, but contains links to files on
my personal system. I want the user to open the file, enter relevant data
and return it to me. However, I don't want the user to see the 'Update
links?' alert when they open the file.

I know the application.displayalerts = false can be used in a macro, but how
can I get the macro to run when the file is opened?

Thanks,

Ewan.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Display alerts

It wouldn't make any difference if it did run. the prompt occurs before any
macros are run.

If you have excel 2002 or later, go into the Edit=Links and click the
button on the lower left of the dialog. If you/your users are in xl2000 or
earier, you can't control the prompt.

Might be better to copy the data to a workbook that is not linked and
distribute that. Then retrieve the data from the returned workbook.

--
Regards,
Tom Ogilvy


"ewan7279" wrote:

Hi,

I have a spreadsheet that is sent to users, but contains links to files on
my personal system. I want the user to open the file, enter relevant data
and return it to me. However, I don't want the user to see the 'Update
links?' alert when they open the file.

I know the application.displayalerts = false can be used in a macro, but how
can I get the macro to run when the file is opened?

Thanks,

Ewan.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default Display alerts

Thanks Kevin

"Kevin B" wrote:

Open the file that contains the links, click EDIT in the menu and select
LINKS. In the LINKS dialog box, click the START UP PROMPT command button and
select either DON'T DISPLAY ALERT AND DON'T UPDATE LINKS or DON'T DISPLAY
ALERTS AND UPDATE LINKS.



--
Kevin Backmann


"ewan7279" wrote:

Hi,

I have a spreadsheet that is sent to users, but contains links to files on
my personal system. I want the user to open the file, enter relevant data
and return it to me. However, I don't want the user to see the 'Update
links?' alert when they open the file.

I know the application.displayalerts = false can be used in a macro, but how
can I get the macro to run when the file is opened?

Thanks,

Ewan.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default Display alerts

Thanks Tom.

"Tom Ogilvy" wrote:

It wouldn't make any difference if it did run. the prompt occurs before any
macros are run.

If you have excel 2002 or later, go into the Edit=Links and click the
button on the lower left of the dialog. If you/your users are in xl2000 or
earier, you can't control the prompt.

Might be better to copy the data to a workbook that is not linked and
distribute that. Then retrieve the data from the returned workbook.

--
Regards,
Tom Ogilvy


"ewan7279" wrote:

Hi,

I have a spreadsheet that is sent to users, but contains links to files on
my personal system. I want the user to open the file, enter relevant data
and return it to me. However, I don't want the user to see the 'Update
links?' alert when they open the file.

I know the application.displayalerts = false can be used in a macro, but how
can I get the macro to run when the file is opened?

Thanks,

Ewan.

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
Display Alerts MarkN Excel Discussion (Misc queries) 0 June 8th 06 03:13 AM
Display Alerts Jason Zischke Excel Programming 1 March 7th 06 07:31 AM
Stopping Display Alerts Mark Excel Programming 1 February 8th 05 02:01 PM
Display Alerts Earl[_4_] Excel Programming 2 August 12th 04 08:18 PM
Display Alerts Valerie[_2_] Excel Programming 1 September 8th 03 09:43 PM


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