Add one month to all the date...
Closed
fireburn
Posts
27
Registration date
Monday February 3, 2014
Status
Member
Last seen
June 23, 2014
-
May 2, 2014 at 01:49 PM
Blocked Profile - May 5, 2014 at 09:24 AM
Blocked Profile - May 5, 2014 at 09:24 AM
Related:
- Add one month to all the date...
- 2007 microsoft office add-in microsoft save as pdf or xps - Download - Other
- Word add watermark to all pages - Guide
- How to add @ in laptop - Guide
- How to add songs to sound picker - Guide
- Add messenger to home screen - Guide
3 responses
Look if you are going to cut and paste scripts/macros/vbscripts....
....please understand how to reverse engineer the code at least.....
...at this point you have earned yourself the title of......
[HORNS BLOW AND A BUNCH OF FANFAIR]
SCRIPTKIDDI3!
You must qualify your variables as follows, according to th3 script you cut....
Setting Description
yyyy Year
q Quarter
m Month
y Day of year
d Day
w Weekday
ww Week
h Hour
n Minute
s Second
there really isn't a single programmer that will make it easy (for another programmer)!
Try some stuff and let us know where you are stuck!
....please understand how to reverse engineer the code at least.....
...at this point you have earned yourself the title of......
[HORNS BLOW AND A BUNCH OF FANFAIR]
SCRIPTKIDDI3!
You must qualify your variables as follows, according to th3 script you cut....
Setting Description
yyyy Year
q Quarter
m Month
y Day of year
d Day
w Weekday
ww Week
h Hour
n Minute
s Second
there really isn't a single programmer that will make it easy (for another programmer)!
Try some stuff and let us know where you are stuck!
fireburn
Posts
27
Registration date
Monday February 3, 2014
Status
Member
Last seen
June 23, 2014
May 3, 2014 at 12:11 AM
May 3, 2014 at 12:11 AM
Hi,
I am not a programmer and dont know VB just doing it for some Seniors home stuff to make things easier. I am nurse.
I tried some to "reverse engineering" but i dont know how to code that it will be applied to all the column A in all my workbook. Because this code only applies to Sheet 1 in column A.
I know i can do copy paste the code in every sheet, but the thing is I have more than 50 sheets in a workbook.
Thank you.
I am not a programmer and dont know VB just doing it for some Seniors home stuff to make things easier. I am nurse.
I tried some to "reverse engineering" but i dont know how to code that it will be applied to all the column A in all my workbook. Because this code only applies to Sheet 1 in column A.
I know i can do copy paste the code in every sheet, but the thing is I have more than 50 sheets in a workbook.
Thank you.
If you are going to use DATEADD() for your solution, it would look like this, ALSO THIS IS FOR EXCEL2013:
http://office.microsoft.com/en-us/excel-help/dateadd-function-dax-HA102838097.aspx
I just returned home and my home version does not have it.
=DateAdd(A1,1,month)
fill in the top cell, and drag it into the rest of the cells.
Or if you are going to continue to use the above VB, then let us know where it fails for you. Try the format I have used above itf it fails.
http://office.microsoft.com/en-us/excel-help/dateadd-function-dax-HA102838097.aspx
I just returned home and my home version does not have it.
=DateAdd(A1,1,month)
fill in the top cell, and drag it into the rest of the cells.
Or if you are going to continue to use the above VB, then let us know where it fails for you. Try the format I have used above itf it fails.