Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,670
Default How to skip confirmation for macro and update all links?

When I open an excel file, I need to confirm macro and update all link by
clicking a button before it opens, does anyone have any suggestions on how to
skip this process only on specific file only? which I trust.
Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default How to skip confirmation for macro and update all links?

Eric,

Is there any reason you can't save the workbook as a macro enabled workbook?
What version of Excel are you using?

Ken

"Eric" wrote:

When I open an excel file, I need to confirm macro and update all link by
clicking a button before it opens, does anyone have any suggestions on how to
skip this process only on specific file only? which I trust.
Thanks in advance for any suggestions
Eric

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,670
Default How to skip confirmation for macro and update all links?

I am using XP with SP3, IE8, Office 2003,
Could you please tell me how to save the workbook as a macro enabled
workbook? I have saved related coding under ThisWorkbook within macro, does
it save as macro enabled workbook?
Do you have any suggestions?
Thanks in advance for any suggestions
Eric

"Ken Warthen" wrote:

Eric,

Is there any reason you can't save the workbook as a macro enabled workbook?
What version of Excel are you using?

Ken

"Eric" wrote:

When I open an excel file, I need to confirm macro and update all link by
clicking a button before it opens, does anyone have any suggestions on how to
skip this process only on specific file only? which I trust.
Thanks in advance for any suggestions
Eric

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,346
Default How to skip confirmation for macro and update all links?

First, macro enabling is not relevant to the issue (even in 2007). But in
2003 there is not such thing as macro enabled workbooks. You can enable a
macro when you open the workbook but by definition if a 2007 file is macro
enabled it can contain macros, which is a separate issue from running them.

You could set the security level to "low" - Tools, Macros, Security but
this is not generally recommended.

In 2007 you can place files in a trusted location but I don't know if you
can do that in 2003.

You can define the published of a file as trusted in 2003 - you should look
at the help system for that. Regarding links, you should open the file with
the links and choose View, Links, Startup Prompt and pick the option you want.

However, macros and links are different issues.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Eric" wrote:

I am using XP with SP3, IE8, Office 2003,
Could you please tell me how to save the workbook as a macro enabled
workbook? I have saved related coding under ThisWorkbook within macro, does
it save as macro enabled workbook?
Do you have any suggestions?
Thanks in advance for any suggestions
Eric

"Ken Warthen" wrote:

Eric,

Is there any reason you can't save the workbook as a macro enabled workbook?
What version of Excel are you using?

Ken

"Eric" wrote:

When I open an excel file, I need to confirm macro and update all link by
clicking a button before it opens, does anyone have any suggestions on how to
skip this process only on specific file only? which I trust.
Thanks in advance for any suggestions
Eric

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default How to skip confirmation for macro and update all links?

See "Enable Macros to Run" in the Excel Help file.



"Eric" wrote in message
...
I am using XP with SP3, IE8, Office 2003,
Could you please tell me how to save the workbook as a macro enabled
workbook? I have saved related coding under ThisWorkbook within macro,
does
it save as macro enabled workbook?
Do you have any suggestions?
Thanks in advance for any suggestions
Eric

"Ken Warthen" wrote:

Eric,

Is there any reason you can't save the workbook as a macro enabled
workbook?
What version of Excel are you using?

Ken

"Eric" wrote:

When I open an excel file, I need to confirm macro and update all link
by
clicking a button before it opens, does anyone have any suggestions on
how to
skip this process only on specific file only? which I trust.
Thanks in advance for any suggestions
Eric





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,670
Default How to skip confirmation for macro and update all links?

I am using XP with SP3 and Excel 2003, I have tried the SELFCERT.exe, and it
works, but
for updating links, under Edit Links, I have specify that
Excel always update links, and save it, when I open it next time, message
box is still pop up for confirmation.

If file1.xls includes link connecting to file2.xls, and
If file2.xls includes link connecting to file3.xls, and
If file3.xls includes link connecting to file4.xls.
I have set option not to display alert and update links for file1.xls, but
when I open file1.xls, message is still pop up for updating confirmation.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
"Shane Devenshire" wrote:

First, macro enabling is not relevant to the issue (even in 2007). But in
2003 there is not such thing as macro enabled workbooks. You can enable a
macro when you open the workbook but by definition if a 2007 file is macro
enabled it can contain macros, which is a separate issue from running them.

You could set the security level to "low" - Tools, Macros, Security but
this is not generally recommended.

In 2007 you can place files in a trusted location but I don't know if you
can do that in 2003.

You can define the published of a file as trusted in 2003 - you should look
at the help system for that. Regarding links, you should open the file with
the links and choose View, Links, Startup Prompt and pick the option you want.

However, macros and links are different issues.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Eric" wrote:

I am using XP with SP3, IE8, Office 2003,
Could you please tell me how to save the workbook as a macro enabled
workbook? I have saved related coding under ThisWorkbook within macro, does
it save as macro enabled workbook?
Do you have any suggestions?
Thanks in advance for any suggestions
Eric

"Ken Warthen" wrote:

Eric,

Is there any reason you can't save the workbook as a macro enabled workbook?
What version of Excel are you using?

Ken

"Eric" wrote:

When I open an excel file, I need to confirm macro and update all link by
clicking a button before it opens, does anyone have any suggestions on how to
skip this process only on specific file only? which I trust.
Thanks in advance for any suggestions
Eric

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
How to skip the enable update confirmation? Eric Excel Discussion (Misc queries) 1 May 24th 10 10:51 AM
Using Macro to update Links Thom Ernest Excel Programming 1 September 5th 06 04:37 PM
macro for update links damiand_1982[_5_] Excel Programming 1 August 15th 06 01:49 PM
Update links macro Spike Excel Programming 5 April 21st 06 08:58 PM
how to skip Update Values dialog when links change tonon-existent spreadsheets? Ken Shaffer Excel Programming 3 June 2nd 04 01:40 PM


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