Related:
- Changing Dates into a Month on VBA
- Vba find - Guide
- Vba case like - Guide
- How to open vba in excel - Guide
- Blackhat dates - Guide
- Vba userform - Guide
1 response
Hi sjpm84,
Why do you want to use a macro?
You don't even need a function to get this done.
Simply copy the entire column or range that has the dates and paste it in the column next to it. Then goto cell properties (Ctrl+1 or right click and then bottom option) for the entire column or range, goto number tab and enter a manual format as "mmmm".
Best regards,
Trowa
Why do you want to use a macro?
You don't even need a function to get this done.
Simply copy the entire column or range that has the dates and paste it in the column next to it. Then goto cell properties (Ctrl+1 or right click and then bottom option) for the entire column or range, goto number tab and enter a manual format as "mmmm".
Best regards,
Trowa