excel vba - pop up message (link workbooks)?

C

chief

When I open my vba project, a window pops up asking me if I want to lin
the workbooks, or just continue and don't link them. I don't want t
link them, how do I stop this screen from coming up
 
J

Jim Rech

You should always mention your Excel version. In Excel 2002 and 2003 use
Startup Prompt feature in the Edit, Links dialog. The only other way to
suppress the dialog is by opening the file with a macro which is probably
not worth the bother.

--
Jim Rech
Excel MVP
| When I open my vba project, a window pops up asking me if I want to link
| the workbooks, or just continue and don't link them. I don't want to
| link them, how do I stop this screen from coming up?
|
|
| ---
|
|
 
Top