Help to insert a date using a macro in excel
Solved/Closed
Related:
- Help to insert a date using a macro in excel
- How to insert a checkmark in word - Guide
- Insert gif in excel - Guide
- How to insert @ in a laptop - Guide
- How to insert photo in word for resume - Guide
- Number to words in excel - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 11, 2010 at 04:46 AM
Jun 11, 2010 at 04:46 AM
Change these lines
ActiveCell.FormulaR1C1 = "6/10/2010"
to
ActiveCell.FormulaR1C1 = Date
ActiveCell.FormulaR1C1 = "6/10/2010"
to
ActiveCell.FormulaR1C1 = Date
Jun 14, 2010 at 03:37 PM
May 22, 2015 at 05:31 AM