Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Menu bar location

I have created a menu bar upon opening a workbook.

What vb do I use to place it somewhere. I.e. I would like to place it either
next to the 'standard' menu bar or beneath it.

How do I do this?

Thanks in advance
Matthew Balch
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Menu bar location

Look at the position and rowindex properties of the commandbar object in
help.

For example

Application.CommandBars.Add(Name:="myMenuBar", Position:=msoBarTop, _
MenuBar:=False)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Matthew Balch" wrote in message
...
I have created a menu bar upon opening a workbook.

What vb do I use to place it somewhere. I.e. I would like to place it

either
next to the 'standard' menu bar or beneath it.

How do I do this?

Thanks in advance
Matthew Balch



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Menu bar location

Thanks Bob

"Bob Phillips" wrote:

Look at the position and rowindex properties of the commandbar object in
help.

For example

Application.CommandBars.Add(Name:="myMenuBar", Position:=msoBarTop, _
MenuBar:=False)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Matthew Balch" wrote in message
...
I have created a menu bar upon opening a workbook.

What vb do I use to place it somewhere. I.e. I would like to place it

either
next to the 'standard' menu bar or beneath it.

How do I do this?

Thanks in advance
Matthew Balch




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
Macro - save to current location vs excel default location leezard Excel Discussion (Misc queries) 0 October 28th 08 03:04 PM
Drop dwn menu. Formula to count selection frm menu in anoth cell? ggoldber Excel Worksheet Functions 1 June 4th 08 02:21 PM
Inserting after specific location on right click menu [email protected] Excel Discussion (Misc queries) 1 July 26th 06 11:29 PM
Mouse Location, Movement and Spreadsheet Location TCook Excel Programming 3 October 3rd 05 10:23 PM
placing a pull-down menu at a cell location automatically Ken Nysse Excel Programming 4 October 4th 03 06:51 PM


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