Search : in
By :

Change date format using Excel Macro

Last answer on Sep 20, 2009 1:56:51 am BST Harry, on Sep 19, 2009 11:40:06 am BST 
 Report this message to moderators

Hello,

In SAP BI i have created a BEx Query. We can see BEx reports in MS Excel. Date format in the report is DD/MM/YYYY and i want it to be displayed like YYYYMMDD. Please help me how to write Excel Macro to display the required date format.

Many thanks in advance.

Harry

Configuration: Windows XP
Firefox 3.0.11

Best answers for « Change date format using Excel Macro » in :
[Windows 7] Changing the format of your photos Show[Windows 7]Changing the format of your photos Changing the format of your photos or images, without downloading any software With Windows 7 it is possible to change the format of a photo with a few clicks. First go to your pictures and...
Verifying date format in PHP ShowVerifying date format in PHP There are several ways to check the format of a date in PHP; the simplest method is to make use regular expressions. To confirm a date format DD/MM/YYYY, where the days and/or month can be given as...
[Excel]changing cell formula to text Show[Excel]changing cell formula to text Issue Solution Notes Issue Consider that I have: In cell A4, it contains a formula =Sum(A1:B3)+A3/B2. How to extract this formula in cell A6 as a string of text? That is ... I want cell A6...

1

 venkat1926, on Sep 20, 2009 1:56:51 am BST

Custom format the cell
select the cell ,range or column
click format (menu)-cells-number-custom
on the right side under "type"
type this
yyyymmdd
click ok

study the custom format under help it is very useful.

Reply to venkat1926