Copying macro
Closed
kolis29
-
Mar 15, 2012 at 04:01 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 24, 2012 at 04:00 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 24, 2012 at 04:00 PM
Related:
- Copying macro
- Spell number in excel without macro - Guide
- Protect pdf from copying - Guide
- Macro excel download - Download - Spreadsheets
- Excel macro to create new sheet based on value in cells - Guide
- Run macro on opening workbook - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 24, 2012 at 04:00 PM
Mar 24, 2012 at 04:00 PM
Lets say if the date on the cell is already like 15032012
then you can have in macro
fileName = "DR_" & activecell
if date is not in that format
you can have some thing like this
fileName = "DR_" & format(activecell,"ddmmyyyy")
then you can have in macro
fileName = "DR_" & activecell
if date is not in that format
you can have some thing like this
fileName = "DR_" & format(activecell,"ddmmyyyy")