Hey again,
i'm trying to format some dates using vba, generally it's easy enough, i can take dd-mm-yyyy to dd-mmm, but sometimes things go over two dates, for example, dd/dd-mm-yyyy and i want to take it to dd/dd-mmm, but since it's not a 'real' date then i can't get it to work properly.
i'm using an import to another sheet, so the date on one sheet will be as an example - 18/19-03-2025, and i want that to become 18/19-March on another sheet.
any help is appreciated!
i'm trying to format some dates using vba, generally it's easy enough, i can take dd-mm-yyyy to dd-mmm, but sometimes things go over two dates, for example, dd/dd-mm-yyyy and i want to take it to dd/dd-mmm, but since it's not a 'real' date then i can't get it to work properly.
i'm using an import to another sheet, so the date on one sheet will be as an example - 18/19-03-2025, and i want that to become 18/19-March on another sheet.
any help is appreciated!