Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I need to restric the vallue of a cell, to this format: "dd-mm-yy" and prevent user inputing like this: "dd.mm.yy" or "dd/mm/yy" I tried using Excel - Data - Validation, but unsuccessfully. Is there anyway to do this with Vba? may be something like: Workbooks(activeworkboo.name).Worksheets(activeshe et.name).Cells(x,y).Forma = "dd-mm-yy" But it has to PREVENT user's inputing. Thanks in advance. Aldo -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Restricting Number of characters in a cell | Excel Worksheet Functions | |||
Restricting cell selection | Excel Discussion (Misc queries) | |||
Restricting Cell from being Printed | Excel Discussion (Misc queries) | |||
Restricting Cell Format | Excel Discussion (Misc queries) | |||
restricting data when other cell is empty. | Excel Programming |