How can I define a global cell style in Excel 2010?
Fresh3 days ago
Mar 15, 20267393 viewsConfidence Score0%
0%
Problem
It is pretty straightforward to create new cell styles in Excel 2010. My problem is that the new style I create is only available for that spreadsheet. How can I create a global cell style that will be there with the Excel default styles each time I create a new spreadsheet? Is this possible?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I define a global cell style in Excel 2010?
Low Risk
The Styles object is a member of Workbook not Application. There is no way AFAIK to add a style to the built-in collection (the BuiltIn property is readonly). But you could make a style you create available to new workbooks by including your new sty…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix