+ Reply to Thread
Results 1 to 8 of 8

Cannot view control properties in Excel 2007

  1. #1
    Registered User
    Join Date
    01-10-2016
    Location
    Bloomington, IN, USA
    MS-Off Ver
    MS Office 2007/XP
    Posts
    6

    Cannot view control properties in Excel 2007

    I have used Excel 2003 for years, and have some experience with VBA. I recently installed Excel 2007 Enterprise, because I needed additional columns, and added the Developer tab.
    I exported a workbook created in Excel 2003, and although I had no problem viewing control properties in that version, I cannot view them in Excel 2007. All I am able to see are the Worksheet properties. I don't understand.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,663

    Re: Cannot view control properties in Excel 2007

    If they are ActiveX controls, try: On the Developer tab, select Design Mode and right click the control.
    Ben Van Johnson

  3. #3
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Cannot view control properties in Excel 2007

    Control properties of what exactly?
    If posting code please use code tags, see here.

  4. #4
    Registered User
    Join Date
    01-10-2016
    Location
    Bloomington, IN, USA
    MS-Off Ver
    MS Office 2007/XP
    Posts
    6

    Re: Cannot view control properties in Excel 2007

    Thank you both for responding. The control is a ComboBox, and the problem exhibits in the Context Menu.

    In the version originally created in and imported from Excel 2003, the right-click context menu offers these options: Cut, Copy, Paste (grayed-out)/ Properties, View Code/ComboBox Object/Grouping, Order/Format Control. In the version created in Excel 2007, the right-click context menu offers these options: Cut, Copy, Paste (grayed-out)/Grouping, Order/Assign Macro, Format Control. In other words, "Properties" and "View Code" have disappeared; "Assign Macro" has appeared.

    One other thing, though I don't know whether it is relevant: on the Developer tab in 2007, "Map Properties" is grayed-out.

    Do I need to download and install an XML expansion pack? I ran across this term in researching the problem, but I don't know what it means, for sure, or whether it would be worth trying. I've adjusted the Trust Settings/Macro Settings in every imaginable way, to no avail.

    The only thing I haven't tried is throwing the computer out into the snow, but I'm just about there.

  5. #5
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Cannot view control properties in Excel 2007

    Any chance you could upload a sample workbook?

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

  6. #6
    Registered User
    Join Date
    01-10-2016
    Location
    Bloomington, IN, USA
    MS-Off Ver
    MS Office 2007/XP
    Posts
    6

    Re: Cannot view control properties in Excel 2007

    Yes, however, that will take time. The only thing I use the Dell for is Excel. I've kept it air-gapped ever since McAfee destroyed the registry, which cost me $180 to have restored. I did poke a dongle in it to download MSO 2007, but all my internet traffic is done on a MacBook Air, which is what I used to join this forum, and what I am using to submit this post. If the problem can be resolved without posting from the Dell, I would prefer that.

  7. #7
    Registered User
    Join Date
    01-10-2016
    Location
    Bloomington, IN, USA
    MS-Off Ver
    MS Office 2007/XP
    Posts
    6

    Re: Cannot view control properties in Excel 2007

    I guess my first question is, can one view Control Properties in Excel 2007? Since I can't imagine that that is not possible, my next question is, How? There must be some setting or add-in I'm unaware of.

  8. #8
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Cannot view control properties in Excel 2007

    ProtonLeah's response should work.

    The following response is OFF TOPIC.
    This is the right answer to the wrong question, which is attempting to use Excel 2007+ 'Active X' files on Excel 2003. I am leaving it here as it may help someone else.

    You have come across the 'Active X' incompatibility between Excel 2003 and later versions of Excel. This manifests itself with the following behavior:
    a. Excel 2003 files containing 'Active X' work fine in Excel 2007+ versions of Excel.
    b. Excel 2007+ files containing 'Active X' will generate an error when attempting to use VBA in Excel 2003. The runtime errors I usually see are 32809 and 57121.

    Unfortunately, the workaround I use is very ugly.

    When attempting to use Excel 2003 for a file containing 'Active X' created in Excel 2007+:
    a. Delete all the 'Active X' Controls on each Sheet.
    b. Make a copy of each sheet that had an 'Active X' control.
    c. Delete the original Sheets that had the Active 'X' controls.
    d. Rename the Copied Sheets back to the Name of the Original Sheets.
    e. Save the file. Close the File. Reopen the file.
    f. Recreate the 'Active X' controls.

    Whenver I have to use 'Active X' controls, I create them using VBA to minimize the pain, when there is a corruption, since 'Active X' controls don't seem to play nicely with others, even if not moving between Excel Versions.

    I try to avoid 'Active X' controls in favor of Shapes, Forms Controls, or UserForms.

    I hope this helps.

    Lewis
    Last edited by LJMetzger; 01-11-2016 at 04:20 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. vba code to disable delete, copy and move properties in excel 2007
    By DR Verma in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-01-2014, 12:17 PM
  2. Excel 2010 Month View Control missing
    By Luphai in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-25-2013, 08:48 AM
  3. SharePoint Custom Server Properties and Excel 2007
    By AurumPotabile in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-10-2012, 02:16 PM
  4. [SOLVED] Excel 2010 Properties window vs. Format Control
    By pinball4530 in forum Excel General
    Replies: 3
    Last Post: 10-03-2012, 09:13 AM
  5. excel view 2007
    By t3mpus in forum Excel General
    Replies: 5
    Last Post: 08-24-2011, 11:42 AM
  6. Replies: 1
    Last Post: 06-21-2009, 02:48 AM
  7. excel 2007 -- how can i activate properties for active x components?
    By iamgzy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-17-2009, 03:02 AM
  8. How to view properties of a cell
    By achidsey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-01-2005, 08:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1