Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default How to: reset the pull down menus to item 1 on start up?

Okay, I can do the following ...

Range(²B1²).value = 1
Range(²B3²).value = 1
Range(²B5²).value = 1
Range(²B7²).value = 1

- is there an easier way to make all those values = 1?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 391
Default How to: reset the pull down menus to item 1 on start up?

examples

Sub Test()
Range("B1:B3").Value = 1
Range("C:C").Value = 3
Range("D3:F5").Value = 4
Range("B4:C6,G4:G7,J4:K6").Value = 5
Range("13:14").Value = 6
End Sub

Patrick Molloy
Microsoft Excel MVP
-----Original Message-----
Okay, I can do the following ...

Range(²B1²).value = 1
Range(²B3²).value = 1
Range(²B5²).value = 1
Range(²B7²).value = 1

- is there an easier way to make all those values = 1?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default How to: reset the pull down menus to item 1 on start up?

How to: reset the pull down menus to item 1 on start up?Hi Brad

Range("b1,b3,b5,b7").value=1

will do the job.

--
Best Regards
Leo Heuser
MVP Excel

Followup to newsgroup only, please.

"Brad Patterson" skrev i en meddelelse
...
Okay, I can do the following ...

Range("B1").value = 1
Range("B3").value = 1
Range("B5").value = 1
Range("B7").value = 1

- is there an easier way to make all those values = 1?


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
Pull Down Menus Paul Excel Discussion (Misc queries) 3 December 31st 08 07:08 PM
pull down menus Montana Excel Worksheet Functions 7 April 26th 07 06:50 AM
Is there any way to reset scroll down menus using a button? Excelishard New Users to Excel 2 May 3rd 06 05:33 AM
New Menus - attaching but menus are reset Greegan Excel Worksheet Functions 0 November 5th 05 03:19 PM
How to: reset the pull down menus to item 1 on start up? Brad Patterson Excel Programming 1 July 18th 03 07:25 AM


All times are GMT +1. The time now is 01:00 PM.

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"