

If savCalc = 2 Then MsgBox "Warning you have MANUAL calculation"Īpplication.ScreenUpdating = savScrnUD 'True With cell.Characters(i + 4, Len(cell) - i + 3).FontĪpplication.Calculation = savCalc 'Automatic is -4125, ex Tables -4135 I = InStr(1, cell.Value, " is ", 1) ' 1 for Text (case insensitive) Set Rng = Intersect(Selection, ActiveSheet.UsedRange)

This is the only control we have over the size of the worksheet Go into Control Panel, Display, Appearance and enlarge the size of the Title Bar>*set the font size to suit your needs*>OK>OK>OK. Right-click on your desktop and choose Properties>Display>Advanced>Active Manually changing font and other places to change font (#manual)Ĭhanging of fonts is frequently done by going through properties.

= RGB(15,0,0) 'use color index insteadĮxample to assign a special wingding character to a cell (single cell range)Ĭell = chr(129) 'filled triangle pointing up Have been changed for an entire range with one instruction.įor help with Webdings and Wingdings font character selections.įont coding changes:, rng is a single or multi cell range The following code was posted in a question by Chris James.
