Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello from Steved
Please how do I start the below form Row 5, I Thanyou in advance. Sub Underline4thDigit() Dim myS As String Dim myD As Range For Each myD In Intersect(ActiveSheet.UsedRange, Range("D:D")) myS = myD.Value myD.NumberFormat = "@" myD.Value = myS With myD.Characters(Start:=4, Length:=1).Font .FontStyle = "Bold" .Color = -16776961 .Underline = xlUnderlineStyleSingle End With Next myD End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
start:1 and start:2 - how did i get 2 copies? | Excel Discussion (Misc queries) | |||
Code to instruct "Insert new disk" | Excel Programming | |||
start learning Excel/VBA, where to start from? Any online video lectures? | Excel Programming | |||
OT :Start your own online business today !start making dollars | Excel Discussion (Misc queries) | |||
Start spreadsheet with WinXP start | Excel Worksheet Functions |