русский
Germany.ruForen → Архив Досок→ Webdesign und Hosting

Bопрос по VBA

10.06.05 10:31
Re: Bопрос по VBA
 
scorpi_ скептик
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...

 

Sprung zu