Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18827
| X-Received | by 10.200.38.151 with SMTP id 23mr6998805qto.14.1466828160575; Fri, 24 Jun 2016 21:16:00 -0700 (PDT) |
|---|---|
| X-Received | by 10.36.91.149 with SMTP id g143mr39814itb.7.1466828160486; Fri, 24 Jun 2016 21:16:00 -0700 (PDT) |
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!f89no254506qtd.0!news-out.google.com!d62ni13920ith.0!nntp.google.com!jk6no1348192igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | it.comp.lang.visual-basic |
| Date | Fri, 24 Jun 2016 21:15:59 -0700 (PDT) |
| In-Reply-To | <c188358a-ed1e-43a6-8068-6cdb7d12bcfa@googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=93.44.85.193; posting-account=4c3DWgoAAADQcJJevo-GlQ6CVmV90H2x |
| NNTP-Posting-Host | 93.44.85.193 |
| References | <709da859-b30c-42f0-8fa1-7f3fde6da939@googlegroups.com> <c188358a-ed1e-43a6-8068-6cdb7d12bcfa@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <d14f621b-4ebf-4f75-82e0-7a1e69b8728b@googlegroups.com> (permalink) |
| Subject | Re: Dati in excel |
| From | Antologiko <antologiko@gmail.com> |
| Injection-Date | Sat, 25 Jun 2016 04:16:00 +0000 |
| Content-Type | text/plain; charset=UTF-8 |
| Xref | csiph.com it.comp.lang.visual-basic:18827 |
Show key headers only | 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 | Next — Previous in thread | Find similar
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