You can use your favorite social network to register or link an existing account:
Or use your email address to register without a social network:
Sign in with these social networks:
Or enter your username and password
Forgot your password?
Yes, please link my existing account with for quick, secure access.
No, I would like to create a new account with my profile information.
Some readers have expressed interest in working with and better understanding SpreadsheetML, part of the Open XML Formats recently standardized by Ecma International (I received a string of about a dozen emails in the last week or two asking how to do this or that with SpreadsheetML). I wanted to highlight a good resource that covers that specific ground: www.openxmldeveloper.org. The site has news content related to the Open XML Formats, a library of ‘how-to’ articles written up, and a forums section with various discussion topics & categories. Here’s a copy of their mission statement, to give you their view on why the site exists:
"The Open XML Formats Developer Group is being formed as a community for developers to exchange information with each other regarding the usage of the Ecma-developed Office Open XML file formats. The community will serve as a technical resource for Open XML developers to submit and answer technical questions and to share tools and ideas around Open XML Formats-based solutions. The Open XML Formats Developer Group is open to anyone free of charge to enable broad participation and development of solutions using the Open XML Formats on any platform. The Open XML Formats Developer Group will support the wide adoption of the specifications being created by Ecma Technical Committee 45. More information is available at www.OpenXmlDeveloper.org.”
The site also points to the official Ecma specification as well.
Comments: (9) Collapse
I would like to customize Excel 2007,
Please tell me how to remove office button appearing on top left corner of Excel 2007.
With regards
-Mangesh
Hi Mangesh - there is no way to remove the button.
Thanks David.
So can we disable drop down Pop-up from office button appearing in top left corner of Excel 2007 also what is control id and control type of Excel options button and Exit excel button.
Hi again
There are a bunch of materials on Ribbon extensibility here - hopefully that answers your questions.
msdn2.microsoft.com/.../aa942866(VS.80).aspx
All these new features are great- but there are still MANY bugs working with VBA. I cannot make a remotely complex sheet w/ data connections and forms without excel 'losing' the form:
Run-Time error -2147352573 (800020003)
Could not find the specified object.
THATS IT! My sheet is now toast forever. I have to rip out that object (not easy because it can't be 'found' anymore) and reinsert it. Easily several days worth of work to redo. This has happens **frequently**. I can send an example sheet if anyone cares. - sdillinger@cornerstonetg dot com
i need to know how to underline the current row that i am editing. it will just highlight or underline the specific row until i am finished editing that row.
Can you tell me how to do that??
Yes you can remove the Office button, but only as part of removing the entire UI. Not necessarily a bad idea.
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
XLM to the rescue!!!
In a cell I would like to have an entered date to change colors when that date becomes 20 weeks old, can some one please help me with that.
Comments: (loading) Collapse