Skip to content

Instantly share code, notes, and snippets.

@jvolkov
Created January 29, 2021 20:07
Show Gist options
  • Save jvolkov/05eddaf1f22c95a8f6d127b498a97774 to your computer and use it in GitHub Desktop.
Save jvolkov/05eddaf1f22c95a8f6d127b498a97774 to your computer and use it in GitHub Desktop.
Sub SalesforceDate()
Application.FindFormat.NumberFormat = "m/d/yyyy"
Application.ReplaceFormat.NumberFormat = "yyyy-mm-dd"
Cells.Replace What:="", Replacement:="", _
SearchFormat:=True, ReplaceFormat:=True
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment