Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
In the Cell A1 input mm/dd/yyyy, then change the format to mm/dd/yy . How to check the display format is len(A1) = 8 or 10 by VBA ? My Coding as below incorrect '~~ Check format If Len(loSheet.Cells(rwIndex, colIndex).Value) kFormatSize(colIndex) Then xerr = xerr + 1 loSheet.Cells(rwIndex, colIndex).Interior.ColorIndex = colorErr End If moonhk GMT+8 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change the display data format cell already contain data as date | Excel Discussion (Misc queries) | |||
Conditional format with error & date check | Excel Worksheet Functions | |||
Check data item is date not text format | Excel Programming | |||
Check if Conditional Format is True or False / Check cell Color | Excel Worksheet Functions | |||
How do i have a check display with any data entry in a cell | Excel Discussion (Misc queries) |