Forum Discussion

Negi1984's avatar
Negi1984
Copper Contributor
Aug 07, 2023
Solved

How to limit user to enter correct date format values

Hi All, I have excel file saved in SharePoint location and multiple users are updating the same. in that file we have 4-5 date columns where I found users are entering sometime incorrect date forma...
  • SergeiBaklan's avatar
    SergeiBaklan
    Aug 07, 2023

    Negi1984 

    For VBA you need macro-enabled workbook which usually a headache in corporate environment. Office Script actually gives nothing, it doesn't work by event. With it you may only check (pressing the button or like) if dates were entered correctly, but in your case that's actually the same as conditional formatting but more complex.

     

    In general yes, you may work online with macro-enabled workbook, the only macros won't work. 

Resources