
If there is any unclear or I've misunderstood, please feel free to let me know. Please have a look at the hyperlink I provided before, it provides a detailed description about 'Fonts, sizes and color settings of the Outlook interface': The higher your resolution settings, the smaller your letters will become. I understand that the customer wants to make everything bigger just in Outlook not in the whole windows, but some font size settings can't be controlled at Outlook level, they are controlled by the resolution If you have feedback for TechNet Support, you for the update. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. Microsoft does not guarantee the accuracy of this information. The web site is not hosted by Microsoft, the link may change without notice. If you prefer a different font size, you can click on the “Set Custom text size (DPI)” on the left and type any percentage you like.įor detailed information, please have a look at the following link:

You can now directly choose to make the fonts larger.Windows 8.1, then you can select the option “Let me choose one scaling level for all my displays” to set custom DPI settings. When you have multiple monitors connected and are using
:max_bytes(150000):strip_icc()/002_increase-font-size-while-reading-outlook-1173699-6339079c55e94f0e8a2bee3c6ce2d513.jpg)
If you prefer a specific font size, you can click on the “Custom sizing options” text link below the presets and type any percentage you like. Click “Make text and other items larger or smaller”.Right click on an empty spot on your Desktop and choose “Screen Resolution”.But a setting of 3 is to small, and a setting of 4 is too big.From the description, it's not difficult to increase the font size when we composing/replying a message, what the customer want to achieve is to increase the font size of the general interface, am I correct? If this is the case, you'll need to change Is the portion that relates to the email body text size. I know that this portion of the code: strbody = "Good Morning We have completed our main aliasing Subject = "Data Morning Alias Process - COMPLETE" Please feel free to respond with any questions.Thank you."

Strbody = "Good Morning We have completed our main aliasing process for today. Set OutApp = CreateObject("Outlook.Application") Set emailRngCC = Worksheets("Send Email").Range("D8:I11") Set emailRng = Worksheets("Send Email").Range("D3:I6") Here is the current VBA script: Private Sub CommandButton1_Click() I was wondering if there is a way to set the font to Calibri, and the text sive to exactly 11. The script currently generates the email in a relatively small font. I have a VBA script that that generates and email when a VBA button is pushed in a given worksheet.
