Tecnologia, programação e muito Visual FoxPro.

quarta-feira, 26 de maio de 2010

Re: ]] XL-mania [[ Membuat formula melalui visual basic excel

 

mungkin istilahnya bukan formula agar tidak confused dgn
istilah formula di excel

kita katakan saja code kalkulasi

Private Sub cmdHitung_Click()
   Dim r As Long
   r = 1
  
   With Range("A3")
      Do While Len(.Cells(r, 1)) > 0
         .Cells(r, 3) = .Cells(r, 1) * .Cells(r, 2)
         .Cells(r, 4) = .Cells(r, 1) + .Cells(r, 2)
         .Cells(r, 5) = .Cells(r, 1) / .Cells(r, 2)
         .Cells(r, 6) = .Cells(r, 1) - .Cells(r, 2)
         r = r + 1
      Loop
   End With

End Sub


2010/5/24 achmad choirur rochiim <kirun_nurik@rocketmail.com>
>
> Bagaimana membuat formula melalui visual basic excel
> sehingga pada kolom C s/d F hasil dapat secara otomatis.
> contoh file terlampir. Trims

__._,_.___
Recent Activity:
+-:: XL-mania ::::::::::::::::::::----------------------------------+
| momods di tempat terpencil... moderasi lemots.                    |
| http://www.facebook.com/group.php?gid=37671048001&ref=mf          |
+-------------------------------------------------------------------+
| DILARANG : MLM, money game, OOT, iklan tanpa izin, SARA, testing, |
| pembicaraan pribadi, one line message,  melecehkan,  tidak sopan. |
+-------------------------------------------------------------------+
| Buat subjek yang kreatif, jangan : "tanya", "help", "mohon bantu" |
| Usahakan besar attachment < 200 kb. Gunakan  winzip  jika  perlu. |
+-------------------------------------------------------------------+
| Ajak teman-teman Anda bergabung dengan mengirim e-mail kosong ke  |
| XL-mania-subscribe@yahoogroups.com atau kirimkan mereka file dari |
| http://groups.yahoo.com/group/XL-mania/files/Promotion/           |
+-------------------------------------------------------------------+
| Berikan testimoni di : http://www.friendster.com/xlmania atau...  |
| http://www.xl-mania.com/2008/06/testimoni-xl-mania.html           |
+-------------------------------------------------------------------+
| Message lama ada di :                                             |
| http://groups.yahoo.com/group/XL-mania/messages [perlu yahoo id]  |
| http://www.mail-archive.com/xl-mania@yahoogroups.com              |
+-------------------------------------------------------------------+
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.


Get real-time World Cup coverage on the Yahoo! Toolbar. Download now to win a signed team jersey!

.

__,_._,___

Nenhum comentário:

Arquivo do blog