Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Data in A:G.
String of times listed in column F (with header in F1). Need to search string and insert black line (code below) separating all times after 12:30:01 AM. 12:09:39 AM 12:10:34 AM 12:30:04 AM 12:31:17 AM Rows("20:20").Select Selection.Insert Shift:=xlDown With Selection.Interior .ColorIndex = 1 .Pattern = xlSolid End With Selection.RowHeight = 5.25 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a time format to a String format in Excel | Excel Discussion (Misc queries) | |||
IF statement to calculate time usage in specific time bands | Excel Worksheet Functions | |||
Insert spinning button with time format in Excel 2000? | Excel Discussion (Misc queries) | |||
Converting text string to a its proper time format | Excel Discussion (Misc queries) | |||
Insert cell/format/text/fontsize and auto insert into header? | Excel Programming |