International Tab


Number Handling

alt text
Application.DecimalSeparator = "." 
Application.ThousandsSeparator = ","
Application.UseSystemSeparators = True

Printing

alt text
Application.MapPaperSize = False 

Right-to-Left

alt text
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