Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default More toolbars questions

Hi,
1. How to find out what are usual user's toolbars / menus / menus
rearrangements without actually opening new blank sheet?
2. How can I record customisations to the menu bar, so I can recreate them?
3. What event (Sheet.Activate?) is best to handle storing / restoring old
regime?
4. What method of storing these settings? Would SetSetting/GetSetting be ok
to use?

I might be on a wrong track so I better explain why I need it:

I want user to open my workbook application with menus / toolbars / sliding
bars / etc the way I designed them.
However, if user simultaneously wishes to open some other workbook or start
some blank new book, I need to give him what he usually has there - complete
with sliding bars, formula strip and usual customisation of a menu bar
(users do customise it, placing additional buttons to the right of Help menu
item, so that all handy stuff fits two rows).

TIA
Paul



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default More toolbars questions

You ask a lot<g

Use the following events in the thisworkbook module

Private Sub Workbook_Activate()

End Sub

Private Sub Workbook_Deactivate()

End Sub

Check out the following link
http://support.microsoft.com/default...&Product=xlw97
XL97: WE1183: "Customizing Menu Bars, Menus, and Menu Items"

Post back if you need help


--
Regards Ron de Bruin
http://www.rondebruin.nl


"count" wrote in message ...
Hi,
1. How to find out what are usual user's toolbars / menus / menus
rearrangements without actually opening new blank sheet?
2. How can I record customisations to the menu bar, so I can recreate them?
3. What event (Sheet.Activate?) is best to handle storing / restoring old
regime?
4. What method of storing these settings? Would SetSetting/GetSetting be ok
to use?

I might be on a wrong track so I better explain why I need it:

I want user to open my workbook application with menus / toolbars / sliding
bars / etc the way I designed them.
However, if user simultaneously wishes to open some other workbook or start
some blank new book, I need to give him what he usually has there - complete
with sliding bars, formula strip and usual customisation of a menu bar
(users do customise it, placing additional buttons to the right of Help menu
item, so that all handy stuff fits two rows).

TIA
Paul





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default More toolbars questions

You're right Ron :)
I'll split these questions into separate postings.
Thanks for the link
Paul
Użytkownik "Ron de Bruin" napisał w wiadomo¶ci
...
You ask a lot<g

Use the following events in the thisworkbook module

Private Sub Workbook_Activate()

End Sub

Private Sub Workbook_Deactivate()

End Sub

Check out the following link

http://support.microsoft.com/default...&Product=xlw97
XL97: WE1183: "Customizing Menu Bars, Menus, and Menu Items"

Post back if you need help


--
Regards Ron de Bruin
http://www.rondebruin.nl


"count" wrote in message

...
Hi,
1. How to find out what are usual user's toolbars / menus / menus
rearrangements without actually opening new blank sheet?
2. How can I record customisations to the menu bar, so I can recreate

them?
3. What event (Sheet.Activate?) is best to handle storing / restoring

old
regime?
4. What method of storing these settings? Would SetSetting/GetSetting be

ok
to use?

I might be on a wrong track so I better explain why I need it:

I want user to open my workbook application with menus / toolbars /

sliding
bars / etc the way I designed them.
However, if user simultaneously wishes to open some other workbook or

start
some blank new book, I need to give him what he usually has there -

complete
with sliding bars, formula strip and usual customisation of a menu bar
(users do customise it, placing additional buttons to the right of Help

menu
item, so that all handy stuff fits two rows).

TIA
Paul







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
Answers to questions posing more questions in a workbook sbelle1 Excel Worksheet Functions 2 August 8th 09 01:02 AM
View Questions and Answer to questions I created Roibn Taylor Excel Discussion (Misc queries) 4 July 24th 08 12:05 AM
ToolBars bach New Users to Excel 5 August 11th 05 11:10 AM
toolbars POPPY Excel Programming 4 April 16th 04 10:04 PM
Toolbars Jay[_14_] Excel Programming 1 December 5th 03 09:26 AM


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