Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Paul,
Something like: For Each cell In Range("A1:A200") If cell.Font.Name = "MS Sans Serif" And cell.Font.Size = 14 Then cell.Interior.ColorIndex = 5 ...... your code End If Next "Paul" wrote: I have a web page download consists of the contact information like Name, address and city etc. I opened it with the Excel and the information is organized in the way that is impossible to import to an Access database. However the "Name" is shown in a font and size differnt from other information and this is only indication to seperate individual contact information. How to write a vba to evaluate the test font and size on an active cell range? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I preserve font/size when sending text to a different cell | Excel Worksheet Functions | |||
Changing Font Size Doesn't Allow More Text to Fit in Cell | Excel Discussion (Misc queries) | |||
Change all text one font size up with various font sizes used. | New Users to Excel | |||
How to sent for cell: font size=7,text format in VBA | Excel Discussion (Misc queries) | |||
Copy range Cell text and font properties to a Textbox | Excel Programming |