#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Dropdown box

I have a spreadsheet with 6 drop down boxes. Is there away to make the
dropdown boxes in a specific default every time another user opens it?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Dropdown box

Create a macro in your workbook. The below example will set cell A1 to 0
everytime the workbook is opened. Alter this to modify the values your drop
down boxes are linked to.

Private Sub Workbook_Open()
Range("A1").Select
ActiveCell.FormulaR1C1 = "0"
End Sub

Tieske


wrote in message
ups.com...
I have a spreadsheet with 6 drop down boxes. Is there away to make the
dropdown boxes in a specific default every time another user opens it?



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
DV dropdown font TC Excel Discussion (Misc queries) 0 September 22nd 06 05:15 PM
Help...Using dropdown list modicon2 Excel Discussion (Misc queries) 4 August 22nd 06 12:01 PM
Excel 2002 dropdown lists projectmgr Excel Worksheet Functions 2 August 15th 06 12:34 AM
offer dropdown options based on another dropdown Conor Excel Discussion (Misc queries) 2 January 13th 06 04:28 PM
Excel dropdown with text and value mr. App Excel Worksheet Functions 2 December 27th 05 03:15 AM


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