LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How to Open the source list workbook automaticlly in Excel 2000?

I think I'd use a helper workbook that opened the workbook with the list first
(as readonly). Then opened the real workbook.

Then I wouldn't have to worry about users not answering the prompts correctly --
to update links and to open the workbook readonly.

Option Explicit
Sub auto_open()
Workbooks.Open Filename:="\\path\path\path\bookwithlist.xls", _
UpdateLinks:=1, Password:="hithere", readonly:=true

Workbooks.Open Filename:="\\path\path\path\yourrealworkbookhere.x ls", _
Password:="hithere"

ThisWorkbook.Close savechanges:=False
End Sub

You could give each workbook a password to open. Then the users would have to
use the helper workbook to open each (don't share the passwords).

And save that first workbook with all its windows hidden so that it won't even
be noticed.

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

SShetty wrote:

I am trying to set up validation from a list on another workbook. How do I
make the souce list workbook open everytime I open the Master file. I dont
want other users to see the actual source list.


--

Dave Peterson
 
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
why taked so long to open an workbook on excel 2000? rafaelgon Excel Discussion (Misc queries) 0 April 28th 06 04:29 PM
Open Excel w/o New Workbook pfuller Excel Discussion (Misc queries) 3 April 22nd 06 08:33 AM
Workbook fails to open - Excel 2003 nc Excel Discussion (Misc queries) 1 February 2nd 06 06:33 PM
How do I create a List in Excel 2000 Watch Online Excel Worksheet Functions 1 January 31st 06 07:45 PM
Hyperlinks from a List, Excel 2000 jacob Excel Worksheet Functions 1 April 17th 05 02:25 PM


All times are GMT +1. The time now is 10:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"