International Tab
Number Handling
Application.DecimalSeparator = "."
Application.ThousandsSeparator = ","
Application.UseSystemSeparators = True
Printing
Application.MapPaperSize = False
Right-to-Left
Application.DefaultSheetDirection = xlLTR | xlRTL
ActiveSheet.DisplayRightToLeft = True
Application.CursorMovement = xlLogicalCursor | xlVisualCursor
Application.ControlCharacters = True
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext