Thread: EXCEL AND VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cloe Cloe is offline
external usenet poster
 
Posts: 3
Default EXCEL AND VBA

Hi all.
I use VB6 to generate an Excel report.
I have 3 questions:

1. If .NumberFormat ="@" is for text , what is the NumberFormat for
numerical values? (Integer values).

2. How do I make A1:E1 cells to be centered ? (without causing the whole
column to be centered).

3. How do I put text that contains vbCr (return) in a cell ?

e.g.
First Last Phone
Name Name Number


TIA
Guy