LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Custome menu question

Look into Custom Properties of sheet
(ms help)
you can assing a custom property to the sheets you want updated ,then with
an if /then use bob's suggestion.
remember to "on error next" to overlook the sheets you have not given the cp
to


"Bob Phillips" wrote:

Presuming that you have an object variable set to the dropdown, something
like

For Each sh In Activeworkbook.Worksheets
dd.AddItem sh.Name
Next sh

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Alan M" wrote in message
...
I have a wokbook containing several named sheets and custom menu bar
containing a collection of drop-down macro items. I would like to be able

to
produce a macro which will insert the sheet names into the Name property

of
the custom menu items in the drop down list.

Is this possible and if so how please?




 
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
custome formating Paul_of_Abingdon[_2_] Excel Discussion (Misc queries) 2 March 5th 08 04:55 PM
How 2 Fix/Jam a custome ToolBar? FARAZ QURESHI Excel Discussion (Misc queries) 2 August 30th 07 01:44 PM
How to deploy custome toolbar/Menu commands in Excel? Hiten Excel Worksheet Functions 3 May 13th 05 07:41 PM
multilanguage custome menu Tony Excel Discussion (Misc queries) 0 May 2nd 05 12:11 AM
Custome Colors? Mark Charts and Charting in Excel 1 January 22nd 05 02:45 AM


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