View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jodleren jodleren is offline
external usenet poster
 
Posts: 49
Default Newbie questions - probably simple

One more to go...

I can set a string, but how do I set a number as it was a string, like:

Workbooks(1).Sheets(1).Cells(i, j) = "Hello world"

and

Workbooks(1).Sheets(1).Cells(i, j) = "1." ' this is some kind of
header

BR
Sonnich