Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Objects not showing up in VBA properties


Hi:

Can anyone please tell me how to make all of the objects in a workbook
show up in the VBA's property window? I have a command button on a
sheet that executes the VBA commands as it should. I can view the
commands so I know its there. For some reason it does not show up in
the VBA properties box. I also believe that There is a user form that
is not showing up as well. Is there a way to get them to show up?

Thank you for any suggestions!


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 473
Default Objects not showing up in VBA properties

Aet-inc wrote:
Can anyone please tell me how to make all of the objects in a workbook
show up in the VBA's property window? I have a command button on a
sheet that executes the VBA commands as it should.


If the button is from the Forms toolbar (not the Control Toolbox) then
it will not show up in the VBA properties window. Instead, Right-click
/ Format Control.

I also believe that There is a user form that
is not showing up as well.

It may be an Excel 5 dialogsheet.
You access it through Excel.
It would appear as a sheet tab alongside the worksheets.
It might be hidden (Format / Sheet / Unhide)
or very hidden (only unhideable by VBA code:
ThisWorkbook.Sheets("TheDialogName").Visible = True

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup

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
Automatically showing the document's properties when it is opened Dan Excel Discussion (Misc queries) 1 March 18th 09 07:16 PM
using the address properties from range objects in a sum formula JEFFWI Excel Discussion (Misc queries) 2 September 11th 07 05:36 AM
Showing Custom file properties in Header Flosp Excel Discussion (Misc queries) 1 August 14th 07 03:40 PM
Beginer to UserForms question on assigning properties to objects [email protected] Excel Discussion (Misc queries) 3 July 27th 07 01:45 PM
remove read only - not showing up in properties Hakara Excel Worksheet Functions 0 January 18th 06 07:35 PM


All times are GMT +1. The time now is 03:27 AM.

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"