Hello,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
here is the code:<o></o>
<o></o>
For some reasons Excel reads the first element of array as number rahter than string and for that reason I lose the dot. How to fix it (I want to use Array function)?
here is the code:<o></o>
Code:
[COLOR=black][FONT=Verdana]Sub start()[/FONT][/COLOR]
[FONT=Verdana][COLOR=black]Dim i As Integer[/COLOR][/FONT]
[FONT=Verdana][COLOR=black]i = 5[/COLOR][/FONT]
[FONT=Verdana][COLOR=black]Range("A1:C1") = Array(CStr(i & "."), 111, "text")<o:p></o:p>[/COLOR][/FONT]
[COLOR=black][FONT=Verdana]End Sub<o:p></o:p>[/FONT][/COLOR]
For some reasons Excel reads the first element of array as number rahter than string and for that reason I lose the dot. How to fix it (I want to use Array function)?