View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Camper Joe Camper Joe is offline
external usenet poster
 
Posts: 7
Default How to set the format of a cell in excel through vb6

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.