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
|