Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manipulating Excel spreadsheet with VB

Status
Not open for further replies.

ednz

Programmer
Jan 15, 2001
19
0
0
NZ
Hi

I have set some cells in a spreadheet using

xlsapp.cells(1,2) =....

I'm setting the cells using dateserial function to give day numbers then setting the cells using those integers.

Now I want to format the cells (or the whole column) to show the date values of these cells.

Can someone advise me how to do this please.

Thanks in advance.

 
Thanks Paul

That did what I needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top