I am bringing in data that is setup with date and time but once in I need to get rid of the time. I am not sure what vba function I can use to change the format to only have the date and the time be totally erased so that I can line things up by date in a pivot table without the issue of time.
Right now I am taking the long way with the VBA by inserting another row and copying the header over and then having it put in the first one a text() function and changing it that way. That seems like to much to do this and I am sure it would only take a couple of lines to do the same thing.
Help Please
Right now I am taking the long way with the VBA by inserting another row and copying the header over and then having it put in the first one a text() function and changing it that way. That seems like to much to do this and I am sure it would only take a couple of lines to do the same thing.
Help Please