Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Force Selection of Custom Views

Got a spreadsheet with a series of custom views that I would like to
force end users to use versus just using the complete spreadsheet.
Tried attaching a macro, but i was hoping for something simplier like
document opens with a drop down selection list and you choose views
from that

any ideas?

scott

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Force Selection of Custom Views

Try creating a list. Select validation from the Data menu bar. Then select
list from the drop down and then you will get a field to reference your list.
Hence, the list must be created somewhere in your worksheet so you can
selected. What I usually do is after creating my list is hiding the column
that contains my list and I also protect the cells.

" wrote:

Got a spreadsheet with a series of custom views that I would like to
force end users to use versus just using the complete spreadsheet.
Tried attaching a macro, but i was hoping for something simplier like
document opens with a drop down selection list and you choose views
from that

any ideas?

scott


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Force Selection of Custom Views

How about adding a *built in* "Custom Views" window to your toolbar OR your
menu bar?
It displays the name of the current view being displayed.
You can expand it to display a drop-down of *all* the views in the sheet.
Click on any particular view and it's brought up, much like a hyperlink.

Right click in the toolbar and choose "Customize",
Under the "Commands" tab, in the left window click on "View"
In the right window, click on and drag the "Custom View" to either your
toolbar or your menu bar.

There's usually more room on the menu bar, and you can enlarge the size of
this window if you happen to have long names.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
wrote in message
oups.com...
Got a spreadsheet with a series of custom views that I would like to
force end users to use versus just using the complete spreadsheet.
Tried attaching a macro, but i was hoping for something simplier like
document opens with a drop down selection list and you choose views
from that

any ideas?

scott


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Force Selection of Custom Views

Private Sub Workbook_Open()
Application.Dialogs(xlDialogCustomViews).Show
End Sub

will open the workbook with the custom views dialog open.

To "force" users to pick a view is another matter.

I suppose you could render the workbook unusable if the users disabled macros or
did not pick a custom view from the list.

Depends upon how much work you are willing to put in.


Gord Dibben MS Excel MVP

On 12 Sep 2006 12:05:36 -0700, wrote:

Got a spreadsheet with a series of custom views that I would like to
force end users to use versus just using the complete spreadsheet.
Tried attaching a macro, but i was hoping for something simplier like
document opens with a drop down selection list and you choose views
from that

any ideas?

scott


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
Custom views in excel keep changing Julia AL Excel Discussion (Misc queries) 2 December 28th 06 08:34 AM
Custom views, filters sensitive, in a share workbook an protect sh Andre Fernandes New Users to Excel 0 October 31st 05 09:36 PM
Force refresh of custom functions donesquire Excel Worksheet Functions 5 May 11th 05 07:36 PM
Custom Views Grayed Out Wayne @Micros Excel Worksheet Functions 0 April 28th 05 12:50 PM
Alphabetizing Custom Views Anna Excel Discussion (Misc queries) 0 April 11th 05 07:15 PM


All times are GMT +1. The time now is 05:43 AM.

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"