Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.lang.visual-basic > #18827

Re: Dati in excel

Newsgroups it.comp.lang.visual-basic
Date 2016-06-24 21:15 -0700
References <709da859-b30c-42f0-8fa1-7f3fde6da939@googlegroups.com> <c188358a-ed1e-43a6-8068-6cdb7d12bcfa@googlegroups.com>
Message-ID <d14f621b-4ebf-4f75-82e0-7a1e69b8728b@googlegroups.com> (permalink)
Subject Re: Dati in excel
From Antologiko <antologiko@gmail.com>

Show all headers | View raw


Errata
> For Each Misura As String in DatiBilancia
>      xlBook.Worksheets(1).cells(1, Misura) = Me.DatiBilancia(Misura)
> Next


Corrige
For i As Long = 0 To DatiBilancia.Count - 1
     xlBook.Worksheets(1).cells(1, i) = Me.DatiBilancia(i)
Next

Back to it.comp.lang.visual-basic | Previous | NextPrevious in thread | Find similar


Thread

Dati in excel Marco75 <marcoporzi75@gmail.com> - 2016-06-24 02:09 -0700
  Re: Dati in excel Antologiko <antologiko@gmail.com> - 2016-06-24 21:10 -0700
    Re: Dati in excel Antologiko <antologiko@gmail.com> - 2016-06-24 21:15 -0700

csiph-web