Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/a1c59c258d265235d08d26c95c80ebd7 to your computer and use it in GitHub Desktop.
Save ezhov-da/a1c59c258d265235d08d26c95c80ebd7 to your computer and use it in GitHub Desktop.
vba системный разделитель.vba
Public Function getSystemSeparator() As String
Dim separator As String
separator = Mid(CStr(1 / 2), 2, 1)
getSystemSeparator = separator
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment