Date Problem

Agamemnon

Board Regular
Joined
Sep 8, 2003
Messages
113
HI,

I have the following date problem and I can't figure out how to solve it.

On sheet "Parameters" in Cell "A1" I have the date value 01/01/2006
I use this value in vba to make a unique string with VBA Code:

Range("PARAMETERS!A2") = "9999"& Range("PARAMETERS!A1") &"OLP"

On my computer this gives as a result:
999901/01/2006OLP

When I sent the file to my collegue he gets the following result:
99991/01/2006OLP
He misses the first 0 of the date.

Has somebody an idea which setting I have to modify so that my collegue also can have the first result?

Working with dates is probably the most difficult thing to do in Excel !!

Thx,
Aga
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top