

IntColumnWidth = Range(NextActiveCell).ColumnWidth Okay, after my discussion with you I came to a better understanding of what you want. Is there a way to paste in just the equation without the space? It works fine if the image is pasted as a bitmap, but I need it to be an enhanced metafile. Unfortunately, the pasted equation is the width of the Word document with lots of empty space e.g. Set objRange = ĭ.Add objRangeĭ.BuildUpĪctiveSheet.PasteSpecial Format:="Picture (Enhanced Metafile)",Link:=False,DisplayAsIcon:=False Set appWd = CreateObject("Word.Application")

NextActiveCell = CStr(FindActiveCell.Address()) GetRange = CStr(FindActiveCell.Address()) Set FindActiveCell = Application.ActiveCell The following Excel VBA code achieves this: Sub ExpandEqn(MyText As String) Some of the style options look really good on the page and can improve the perception of your document by your audience.įind out how to add your last name and page number to every page in Word if it’s a requirement for a paper that you are submitting for work or school.I want to paste equations from Word into Excel 2007. There are a surprising amount of fraction styles in Microsoft Word, so take some time to look over them before you click on one to add it to your document. This provides a convenient way for you to work with not only fractions but find additional mathematical symbols so that you can accurately portray the information that your audience requires. Here you will be able to write fractions and insert math symbols. The fraction is added to something that appears to be a type of text box, and works as a type of equation editor. However, this only works for some fractions, so you may not see the conversion to the fraction text style if you aren’t typing a more common fractions like 1/4, 1,2, 1/3, etc.Īfter you add a fraction character to MS Word you are going to have an object in your document that is a little different than many of the objects that you are used to working with. More Information on How to Make a Fraction in Word 2016Īnother way that you can insert a fraction into a Word document is to type it in the form of “1/4”.

You can then click outside of the Equation box to hide it, allowing you to see how everything looks now that you’ve put a fraction in your Microsoft Word document.
