Hi.
I want to set the format of a cell in excel throug vb6.
Already created the excel.application object (xl)m and created workbook.
How would I do it. I would like to set it to text.
Thanks.
Range("A1").Value = "test"
Record the formatting operation as a macro, edit it, and you will see it!
Regards,
Stefi
„Camper Joe” ezt írta:
> Hi.
>
[quoted text clipped - 5 lines]
>
> Thanks.
Camper Joe - 24 Mar 2006 12:52 GMT
Thanks.
That makes perfects sense.
Also, thanks on the previous post.
> Record the formatting operation as a macro, edit it, and you will see it!
>
[quoted text clipped - 12 lines]
> >
> > Thanks.