Login
Bопрос по VBA
146 просмотров
Перейти к просмотру всей ветки
in Antwort zweti2005 10.06.05 08:31, Zuletzt geändert 10.06.05 10:33 (scorpi_)
Проще всего используя Cells( row, column )
For clmn_index = 1 to N
Sheets( "Daten" ).Cells( row_index, clmn_index ).Value = x
Next clmn_index
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/xl...