Looking for:
Microsoft office outlook 2010 not opening free

May 13, March 11, Net strategy”. And happy new year to you! December 27, Archived from the original on August 21, NET technologies at financial meeting”. Supersite for Windows.
Archived from the original on March 30, Retrieved December 28, Archived from the original on April 6, Archived from the original on March 2, Archived from the original on June 1, Archived from the original on August 22, Retrieved March 11, Archived from the original on February 22, Archived from the original on September 8, Office XP Resource Kit.
March 9, Archived from the original on April 10, Retrieved July 4, September 25, Archived from the original on December 11, Archived from the original on December 29, Archived from the original DOC on September 30, Retrieved February 27, PC Magazine.
Ziff Davis. Assistance Center. Archived from the original on December 16, Archived from the original on December 12, ESPN Inc. Archived from the original on August 20, Expedia, Inc.
Archived from the original on June 23, Archived from the original on November 7, Archived from the original on December 18, January 4, Archived from the original on December 15, Archived from the original on February 1, Retrieved March 1, Retrieved February 28, Retrieved March 2, Archived from the original on December 21, Retrieved March 3, IT Pro Today.
Retrieved May 10, January 6, Microsoft Support. Archived from the original on September 4, November 7, Archived from the original on November 13, Archived from the original on December 8, Retrieved March 5, Archived from the original on July 22, Archived from the original on November 22, December 14, April 12, Archived from the original on December 28, Retrieved January 19, Retrieved January 23, Archived PDF from the original on August 30, Archived from the original on February 3, Retrieved February 1, Archived from the original on March 28, October Tom’s Hardware.
Retrieved March 23, Archived from the original on January 31, Retrieved January 31, May 6, Archived from the original on February 5, August 5, Retrieved February 5, May 17, Archived from the original on January 18, July 31, Archived from the original on September 29, Retrieved January 14, Archived from the original on March 31, Archived from the original on January 7, September 6, Archived from the original on April 24, Retrieved April 7, Archived PDF from the original on August 29, Retrieved January 15, Archived from the original on June 25, Archived from the original on June 12, Archived from the original on June 16, Office Professional Plus is available through Volume Licensing only.
May 15, Archived from the original on October 20, To determine whether an Office installation is a volume licensed version, check the Office installation disc to see whether it contains a folder named Admin. If the Admin folder exists, the disk is a volume license edition. Archived from the original on May 12, Retrieved April 30, Archived from the original on May 21, Dennis Publishing.
Archived from the original on January 27, Retrieved April 28, PC Advisor. Archived from the original on March 22, Archived from the original on June 3, Archived from the original on May 31, Four Questions to Ask when Choosing”. Archived from the original on June 10, Archived from the original on April 21, Archived from the original on May 22, Archived from the original on April 22, The Telegraph.
Telegraph Media Group. Channel Pro. October 1, Archived from the original on April 13, June 22, Laptop Magazine. Here’s a chart”. Garmon, Jay ed. Notebook Review. Archived from the original on April 2, NPD Group Blog. NPD Group. Archived from the original on July 17, Business Insider. Fortune Magazine. Time Inc.
Archived from the original on August 3, Computer Weekly. BBC News. The Spokesman-Review. Cowles Publishing Company. January 28, Archived from the original on August 16, January 27, Archived from the original on September 11, January 6, Archived from the original on October 12, July 21, Archived from the original on March 18, Archived from the original on May 20, MCP Mag.
Redmond Magazine. Retrieved December 24, Microsoft Office. History Microsoft Discontinued shared tools Accounting Docs. History Outline. Bill Gates Paul Allen. John W. Where do you want to go today? Alcatel-Lucent v. Microsoft Apple v. Microsoft European Union Microsoft competition case Microsoft v.
Lindows Microsoft v. MikeRoweSoft Microsoft v. When developing reports in “Design View” additions or changes to controls cause any linked queries to execute in the background and the designer is forced to wait for records to be returned before being able to make another change.
This feature cannot be turned off. Non-programmers can use the macro feature to automate simple tasks through a series of drop-down selections. Macros allow users to easily chain commands together such as running queries, importing or exporting data, opening and closing forms, previewing and printing reports, etc.
Macros support basic logic IF-conditions and the ability to call other macros. Macros can also contain sub-macros which are similar to subroutines. In Access , enhanced macros included error-handling and support for temporary variables. Access also introduced embedded macros that are essentially properties of an object’s event. This eliminated the need to store macros as individual objects. However, macros were limited in their functionality by a lack of programming loops and advanced coding logic until Access With significant further enhancements introduced in Access , the capabilities of macros became fully comparable to VBA.
They made feature rich web-based application deployments practical, via a greatly enhanced Microsoft SharePoint interface and tools, as well as on traditional Windows desktops. It is similar to Visual Basic 6. To create a richer, more efficient and maintainable finished product with good error handling, most professional Access applications are developed using the VBA programming language rather than macros, except where web deployment is a business requirement. In the database container or navigation pane in Access and later versions, the system automatically categorizes each object by type e.
Many Access developers use the Leszynski naming convention , though this is not universal; it is a programming convention, not a DBMS-enforced rule. Developers deploy Microsoft Access most often for individual and workgroup projects the Access 97 speed characterization was done for 32 users.
Databases under 1 GB in size which can now fit entirely in RAM and simultaneous users are well within the capabilities of Microsoft Access. Disk-intensive work such as complex searching and querying take the most time. As data from a Microsoft Access database can be cached in RAM, processing speed may substantially improve when there is only a single user or if the data is not changing.
In the past, the effect of packet latency on the record-locking system caused Access databases to run slowly on a virtual private network VPN or a wide area network WAN against a Jet database. As of , [update] broadband connections have mitigated this issue. Performance can also be enhanced if a continuous connection is maintained to the back-end database throughout the session rather than opening and closing it for each table access.
In July , Microsoft acknowledged an intermittent query performance problem with all versions of Access and Windows 7 and Windows Server R2 due to the nature of resource management being vastly different in newer operating systems. In earlier versions of Microsoft Access, the ability to distribute applications required the purchase of the Developer Toolkit; in Access , and Access the “Runtime Only” version is offered as a free download, [44] making the distribution of royalty-free applications possible on Windows XP, Vista, 7 and Windows 8.
Microsoft Access applications can adopt a split-database architecture. The single database can be divided into a separate “back-end” file that contains the data tables shared on a file server and a “front-end” containing the application’s objects such as queries, forms, reports, macros, and modules. The “front-end” Access application is distributed to each user’s desktop and linked to the shared database. Using this approach, each user has a copy of Microsoft Access or the runtime version installed on their machine along with their application database.
This reduces network traffic since the application is not retrieved for each use. The “front-end” database can still contain local tables for storing a user’s settings or temporary data. This split-database design also allows development of the application independent of the data. One disadvantage is that users may make various changes to their own local copy of the application and this makes it hard to manage version control. When a new version is ready, the front-end database is replaced without impacting the data database.
Microsoft Access has two built-in utilities, Database Splitter [46] and Linked Table Manager, to facilitate this architecture. Linked tables in Access use absolute paths rather than relative paths, so the development environment either has to have the same path as the production environment or a “dynamic-linker” routine can be written in VBA.
For very large Access databases, this may have performance issues and a SQL backend should be considered in these circumstances. To scale Access applications to enterprise or web solutions, one possible technique involves migrating to Microsoft SQL Server or equivalent server database. A client—server design significantly reduces maintenance and increases security, availability, stability, and transaction logging. This feature was removed from Access A variety of upgrading options are available.
The corresponding SQL Server data type is binary, with only two states, permissible values, zero and 1. Regardless, SQL Server is still the easiest migration. Retrieving data from linked tables is optimized to just the records needed, but this scenario may operate less efficiently than what would otherwise be optimal for SQL Server.
For example, in instances where multi-table joins still require copying the whole table across the network. The views and stored procedures can significantly reduce the network traffic for multi-table joins. Finally, some Access databases are completely replaced by another technology such as ASP.
NET or Java once the data is converted. Further, Access application procedures, whether VBA and macros, are written at a relatively higher level versus the currently available alternatives that are both robust and comprehensive.
Note that the Access macro language, allowing an even higher level of abstraction than VBA, was significantly enhanced in Access and again in Access In many cases, developers build direct web-to-data interfaces using ASP. NET, while keeping major business automation processes, administrative and reporting functions that don’t need to be distributed to everyone in Access for information workers to maintain.
Microsoft Access applications can be made secure by various methods, the most basic being password access control; this is a relatively weak form of protection. A higher level of protection is the use of workgroup security requiring a user name and password.
Users and groups can be specified along with their rights at the object type or individual object level. This can be used to specify people with read-only or data entry rights but may be challenging to specify. A separate workgroup security file contains the settings which can be used to manage multiple databases. Databases can also be encrypted. MDE file. Some tools are available for unlocking and ” decompiling “, although certain elements including original VBA comments and formatting are normally irretrievable.
Microsoft Access saves information under the following file formats :. There are no Access versions between 2. From Wikipedia, the free encyclopedia. Database manager part of the Microsoft Office package.
Microsoft Office Access running on Windows What sets these apps apart from Google Docs and other services is that your documents and spreadsheets retain their formatting, giving Office ‘s Web apps a leg up against its online counterparts. Excel has received some tweaks as well, with easier-to-read, color-coded spreadsheets and smart tools to bring in the information you need.
In Excel , you can flip through the tabs to access formulas, insert diagrams and charts, and quickly import data from connected sources. A new feature called Sparklines lets you create a small chart in a single cell. This lets users compare data across multiple cells with added graphical elements to make them easier to read and spot trends over time. These moves seem to suggest that Microsoft is trying to make spreadsheets a little more accessible to a wider swath of users.
We welcome the new customization features, especially as Excel retains the powerful tools users have come to expect. Those who are involved in creating their own publications and newsletters will appreciate new changes to Publisher With several available templates, you can add your personal business logo graphics and branding and then preview them in real time across each template style.
Microsoft has added ligatures and Stylistic Alternates to fonts so you can add your own personal touches to your publications. Like the other applications we’ve talked about in Office , Publisher offers the same new useful image-editing tools, so effects, color-correction, cropping, and more are only a few clicks away. Late to our labs and late to the game, some might say, with Google and Yahoo leading the pack are some of the new features that Windows Live Hotmail will support when it launches to all users in July or August.
Microsoft says users will be offered the option to upload Office documents or images to their SkyDrives, and then send a link of their work to a friend who uses Hotmail. This will eliminate the need to use caution when sharing large files for presentations, videos, or large collections of photos, because the documents will exist in the cloud. The recipient will be able to view documents in their original format and large multimedia files in their Inbox without the need to wait for a huge download.
This gives Hotmail users the opportunity to pick and choose which content they want to download from SkyDrive. As a result of new feature additions to Hotmail, images and video will receive new options, too, including the ability to automatically view a collection of images in a slideshow, and the ability to view photos and video from third-party services like FlickR, SmugMug, Hulu, and YouTube, all without having to leave Hotmail.
Microsoft also says it will push Windows live e-mail, calendar, and contact information, and more to your Windows Mobile phone using Exchange ActiveSync. Other new features we saw in the demo included separate sections for viewing shipping information and e-mails from social Web sites, which represent a significant amount of all e-mail messages.
Does Office offer enough to make it worth the upgrade from earlier versions? We think that largely depends on how you use Microsoft Office. New templates and quick access to video and image-editing tools are welcome additions for those who create visual presentations of their content. Serious spreadsheet power users will like the new features that tie data together in Excel while making complex data more accessible in the Ribbon and more exciting visually.
Outlook’s new conversation-scrubbing features and Quicksteps for common e-mail actions could save daily e-mail users a lot of time, if they’re willing to learn the ropes initially. If you feel like Office or Office have all the features you need in your line of work, then there’s probably little reason to upgrade. Obviously, the Ribbon is now the preferred method across the entire suite for getting to features quickly.
If you didn’t like the Ribbon in Office , you probably won’t like it now, but we think there’s plenty of utility in having a common interface tool across all the apps; it might be worth learning a new way of doing things if you want to streamline your work flow. The new Hotmail integration features that will launch alongside Office may give Google Docs a run for its money if they work as advertised. We’re impressed with what we’ve seen so far, but we’ll need to reserve judgment until users are relying on the new features en masse.
Office is a worthy upgrade for those who desire new templates and visual styles, better ways of editing multimedia content in publications and presentations, and easier methods of collaboration. The ability to work from anywhere with the new Web apps is surely a big reason to upgrade if your job requires that kind of flexibility. Office and related products will deliver innovative capabilities and provide new levels of flexibility and choice that will help people.
Work anywhere with Office Web applications — the lightweight Web browser versions of Word, PowerPoint, Excel and OneNote — that provide access to documents from virtually anywhere and preserve the look and feel of a document regardless of device.
Collaborate better with co-authoring in Microsoft Word , Microsoft PowerPoint and Microsoft OneNote , and advanced e-mail management and calendaring capabilities in Microsoft Outlook , including the option for users to “ignore” unwanted threads.
Bring ideas to life with video and picture editing, broadcast capability in Microsoft PowerPoint , easy document preparation through the new Microsoft Office Backstage view, and new Sparklines in Microsoft Excel to visualize data and spot trends more quickly. Microsoft also announced that it is streamlining the number of Office editions from eight to five and enhancing each edition with additional applications and features. The company also announced that Office Web applications will be available in three ways: through Windows Live, where more than million consumers will have access to Office Web applications at no cost; on-premises for all Office volume licensing customers including more than 90 million Office annuity customers; and via Microsoft Online Services, where customers will be able to purchase a subscription as part of a hosted offering.
Designed to make shopping easier. IObit Uninstaller. Internet Download Manager.
Microsoft office outlook 2010 not opening free. Outlook 2010 will not open with Windows 10
Microsoft Office codenamed Office 14 [6] is a version of Microsoft Office for Microsoft Windows unveiled by Microsoft on May 15, , and released to manufacturing on April 15, [1] with general availability on June 15, [7] as the successor to Office and the predecessor to Office Office introduces user interface enhancements including a Backstage view that consolidates document management tasks into a single location.
The ribbon introduced in Office for Access , Excel , Outlook , PowerPoint , and Word is the primary user interface for all applications in Office and is now customizable. Office is the first version of Office to ship in a bit version. Reviews of Office were generally very positive, with praise to the new Backstage view, new customization options for the ribbon, and the incorporation of the ribbon into all programs. Mainstream support for Office ended on October 13, , and extended support ended on October 13, , the same dates that mainstream and extended support ended for Windows Embedded Standard 7.
Development started in while Microsoft was finishing work on Office 12, released as Microsoft Office The version number 13 was skipped because of the fear of the number On April 15, , Microsoft confirmed that Office would be released in the first half of They announced on May 12, , at a Tech Ed event, a trial version of the bit edition.
An internal post-beta build was leaked on July 12, This was newer than the official preview build and included a “Limestone” internal test application note: the EULA indicates Beta 2. On July 14, , Microsoft started to send out invitations on Microsoft Connect to test an official preview build of Office In an effort to help customers and partners with deployment of Office , Microsoft launched an Office application compatibility program with tools and guidance available for download. It was leaked to torrent sites.
Office was to be originally released to business customers on May 12, , [56] however it was made available to Business customers with Software Assurance on April 27, , and to other Volume Licensing Customers on May 1. The RTM version number is Microsoft released two service packs for Office that were primarily intended to address software bugs. SP1 is a cumulative update that includes all previous updates, as well as fixes exclusive to its release; [62] [66] a list of exclusive fixes was released by Microsoft.
On April 8, , a beta build of Office SP2 was released. In both its client programs and in its Internet implementation, the design of Office incorporates features from SharePoint and borrows from Web 2. A new Backstage view interface replaces the Office menu introduced in Office and is designed to facilitate access to document management and sharing tasks by consolidating them within a single location. Tasks that are accessed via tabs in the main Backstage pane are categorized into separate groups that display contextual information related to app configurations, files, and tasks; each tab displays information relevant to that specific tab.
On the Info tab in Word, for example, document metadata details are displayed within the Prepare for Sharing group to inform users of potentially personal information before the file is shared with other users, [80] whereas the Help tab displays Office version information and product licensing status.
Backstage is extensible; developers can add their own commands, tabs, tasks, or related information. The File tab replaces the Office button introduced in Office and offers similar functionality. The previous Office button—a round button adorned with the Microsoft Office logo—had a different appearance from the ribbon tabs in the Office interface and was positioned away from them, with a target that extended toward the upper left corner of the screen in accordance with Fitts’s law.
Opening the File tab displays the new Backstage view. Office introduces a pasting options gallery on the ribbon, in the context menu , and in the object-oriented user interface that replaces the Paste Special dialog box and Paste Recovery feature seen in previous versions of Office. The gallery introduces Live Preview effects to the paste process when users position the mouse cursor over an option in the gallery so that the result of the process can be previewed before it is applied to the document; a tooltip with an associated description and keyboard shortcut for that option will also appear.
If users position the mouse cursor over a gallery option in the context menu, the rest of the context menu becomes transparent so that it does not obstruct preview results within the document.
Gallery options change based on the content in the clipboard and the app into which the content is pasted. The ribbon introduced in Office is fully customizable and included in all programs in Office Users can also export or import any customization changes made to the ribbon to facilitate backups, deployment, or sharing, or reset all ribbon customizations. After the launch of Office , Microsoft provided free downloads for a new Favorites tab that consolidated commands based on customer feedback regarding the most frequently used commands in all Office programs.
From Backstage within Excel, OneNote, PowerPoint, and Word, users can also save documents directly to remote locations to facilitate remote access and co-authoring sessions. In the Excel Web App, the OneNote, and the OneNote Web App edits to a shared document in a co-authoring session occur on a sequential basis, in near real-time, as shared documents save automatically with each edit.
In PowerPoint and Word, however, users must upload changes to the server by manually saving the shared document. During a co-authoring session the Excel Web App, PowerPoint, and Word denote how many co-authors are editing a document through a status bar icon that, when clicked in PowerPoint and Word, displays contact information including the presence of co-authors; the Info tab of Backstage also displays these details. When users open the name of a co-author, they can send email with an email client or start instant messaging conversations with each other if a supported app such as Skype for Business is installed on each machine.
If a conflict between multiple changes occurs in PowerPoint or Word, sharers can approve or reject changes before uploading them to the server.
In both OneNote and the OneNote Web App, users can view the names of co-authors alongside their respective edits to the content in a shared notebook, or create separate versions of pages for individual use. Edits made since a notebook was last opened are automatically highlighted, with initials of the co-author who made the edit displayed. In OneNote, co-authors can also search for all edits made by a specific co-author. Office introduces a new Click-to-Run installation process based on Microsoft App-V Version 4 streaming and virtualization technology as an alternative to the traditional Windows Installer -based installation process for the Home and Student and Home and Business editions, and as a mandatory installation process for the Starter edition.
Click-to-Run products install in a virtualized environment a Q: partition that downloads product features in the background after the programs have been installed so that users can immediately begin using the programs.
The download process is optimized for broadband connections. During the Office retail lifecycle Microsoft, in collaboration with original equipment manufacturers OEMs and retail partners, introduced a Product Key Card licensing program that allowed users to purchase a single license to activate Home and Student, Home and Business, and Professional editions preinstalled on personal computers at a reduced cost when compared with traditional retail media.
Volume license versions of Office require product activation. In Office product activation was only required for OEM or retail versions of the product. Office File Validation, previously included only in Publisher for PUB files has been incorporated into Excel, PowerPoint, and Word in Office to validate the integrity of proprietary binary file formats e. When users open a document, the structure of its file format is scanned to ensure that it conforms with specifications defined by XML schema ; if a file fails the validation process it will, by default, be opened in Protected View, a new read-only, isolated sandbox environment to protect users from potentially malicious content.
To improve Office File Validation, Office collects various information about files that have failed validation and also creates copies of these files for optional submission to Microsoft through Windows Error Reporting. Administrators can disable data submission.
When users attempt to open a document that fails validation, they must first agree to a warning prompt before it can be opened. Protected View, an isolated sandbox environment for Excel, PowerPoint, and Word, replaces the Isolated Conversion Environment update available for previous versions of Microsoft Office.
When a document is opened from a potentially unsafe location such as the Internet or as an e-mail attachment, or if a document does not comply with File Block policy or if it fails Office File Validation, it is opened in Protected View, which prohibits potentially unsafe documents from modifying components, files, and other resources on a system; users can also manually open documents in Protected View.
As a precautionary measure, active content within a potentially unsafe document remains disabled when a user reopens it after exiting Protected View until a user clicks the “Enable Content” button on the message bar, which designates the document as a trusted document so that users are not prompted when it is opened in the future.
The main process of each app is assigned the current user’s access token and hosts the Office user interface elements such as the ribbon, whereas the Protected View process consists of the document viewing area, parses and renders the document content, and operates with reduced privileges; the main process serves as a mediator for requests initiated by the separate process.
Office allows users to designate individual documents as trusted, which allows all active content to operate each time a specific document is opened; trusted documents do not open in Protected View.
Documents residing in either local or remote directories can be trusted, but users are warned if an attempt is made to trust a document from a remote resource. Trusted document preferences, referred to as trust records , are stored within the Windows Registry on a per-user basis; trust records contain the full path to trusted documents and other specific file information to protect users from social engineering attacks.
Excel, Outlook, PowerPoint, and Word include a variety of artistic effects such as glass, paint stroke, pastel, and pencil sketch effects that users can apply to inserted images. A new background removal feature based on Microsoft Research technology is included in Excel, Outlook, PowerPoint, and Word to remove the backgrounds of images inserted into documents. It is exposed as a Remove Background command that appears on the Picture Tool s contextual tab on the ribbon when an image is selected, which displays a separate Background Removal contextual tab and places a selection rectangle and magenta color over portions of the selected image; the selection rectangle algorithmically determines which area of the selected image will be retained once the background removal process is complete, whereas the magenta color indicates the areas that will be removed.
Users can manually adjust the position and size of the selection rectangle and also mark specific areas of an image to keep or remove; [] it is also possible to delete a mark after an inadvertent selection or if it produces an undesired result. After the background has been removed, users can apply various visual effects to the result image or wrap text in a document around it ; users can also crop the image since removing the background does not reduce its original size.
The crop selection rectangle now grays out the portion of a photo to be removed when cropping and displays the result area in color—instead of omitting the removed portion from view, as previous versions of Office did.
Photos can now be repositioned underneath the selection rectangle. The Picture Shape command in previous versions of Office has been replaced with a new Crop to Shape command that allows users to resize and move the selected shape itself when cropping. Office , like previous versions, automatically resizes photos that are inserted into shapes by default, which can negatively affect their aspect ratio.
To address this, photos in shapes can now be cropped or resized after being inserted, and individual Fit and Fill options have been incorporated. The former option resizes the selected photo so that the entire area of the crop selection rectangle or shape is filled, whereas the latter option resizes the photo so that it is displayed within the selection rectangle or within a shape in its entirety; both options maintain the original aspect ratio of the selected photo.
Photos inserted into SmartArt diagrams can also be cropped, resized, or repositioned. Excel, PowerPoint, and Word support text effects such as bevels, gradient fills, glows, reflections, and shadows. Publisher and Word support OpenType features such as kerning , ligatures , stylistic sets , and text figures with fonts such as Calibri , Cambria , Corbel , and Gabriola. Excel, PowerPoint, and Word support hardware accelerated graphics when installed on a machine with a DirectX 9.
Excel supports hardware accelerated chart drawing, and PowerPoint supports hardware accelerated animations, transitions, and video playback and effects; slideshow elements are now rendered as sprites, which are then composited with additional effects such as fades and wipes implemented using Pixel Shader 2.
Excel, Outlook, PowerPoint, and Word allow users to immediately insert a screenshot of open app windows or a selection of content on the screen into documents without saving the image as a file. The functionality is exposed through a new Screenshot command on the Insert tab of the ribbon that, when clicked, presents individual options to capture either app windows or selections of content. The former option presents open windows as thumbnails in a gallery on the ribbon that insert a screenshot of the selected window into the active app, while the latter option minimizes the currently active app, dims the screen, and presents a selection rectangle for users to create a screenshot by holding the main mouse button, dragging the selection rectangle to a desired area of the screen, and then releasing the button to automatically insert the selection as an image into the document.
Only windows that have not been minimized to the taskbar can be captured. After a screenshot has been inserted, various adjustments can be made.
SmartArt, a set of diagrams introduced in Office for Excel, Outlook, PowerPoint, and Word has been updated with new effects, options, and interface improvements.
The SmartArt text pane now allows users to insert, modify, and reorder images and their associated text within a diagram, and new Move Up and Move Down commands on the ribbon facilitate the reordering of content.
Images are automatically cropped when inserted into shapes within SmartArt diagrams to preserve their aspect ratio; users can also manually reposition images. During the crop process, the layout of shapes in SmartArt diagrams is locked to prevent users from inadvertently modifying its position while making adjustments to an image. Of these, a new Picture category dedicated to the presentation of images includes over 30 diagrams, and the Organization Chart category includes 3 new diagrams.
A new Convert command on the SmartArt contextual tab of the ribbon includes additional features for Excel and PowerPoint. The Convert to Shapes feature, introduced in Office SP2 as a context menu option that turned SmartArt into a group of customizable shapes is now on the ribbon in both programs.
Additionally, in PowerPoint, it is possible to convert SmartArt diagrams into bulleted lists through a new Convert to Text option. Office introduces Accessibility Checker in Excel, PowerPoint, and Word that examines documents for issues affecting visually impaired readers. It is accessible through the “Check for Issues” button on the Prepare for Sharing group on the Info tab of Backstage, which opens a task pane with a list of accessibility issues discovered in the document and provides suggestions to resolve them.
Backstage itself also reports accessibility issues in the Prepare for Sharing group so that they can be resolved before the document is shared with other users. Translations for phrases or words are displayed within a tooltip, from which users can hear an audio pronunciation of the selected text provided by one of the Microsoft text-to-speech voices installed on a machine, copy the translation to the clipboard so that it can be inserted into another document, or view a definition provided by an online service if the selected text is a word.
Users can download various text-to-speech engines from Microsoft. Office Starter is an ad-supported , reduced-functionality edition consisting of Excel and Word, discontinued in June before the release of Office and Windows 8.
Office Online is a collection of free Web-based versions of Excel, OneNote, PowerPoint, and Word that offers fewer features than its client counterparts. Office Mobile was released before general availability of Office as a free upgrade for users of Windows Mobile 6.