.:: Jasa Membuat Aplikasi Website,Desktop,Android Order Now..!! | | Order Now..!! Jasa Membuat Project Arduino,Robotic,Print 3D ::.

Excel VBA for beginners

0 komentar


بِسْــــــــــــــــمِ اﷲِالرَّحْمَنِ اارَّحِيم
bismillaahirrahmaanirrahiim

السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ
Assalamu'alaikum warahmatullahi wabarakatuh

Excel VBA for beginners

Get WorkSheet and get cells inside Excel with VBA


Build macro in Excel with VBA easily by knowing at first the basic principal of object order inside Excel.

Excel file -> Excel Sheet -> Excel Cell.

When you are working in VBA inside Excel, you don�t need to worry about the Excel file because the Excel file is the file you opened.

That means that you just need to get the right Excel Sheet first. Here is a simple Youtube video and it will illustrate the very basic steps.



To get the Excel Worksheet Name:


Public Sub test1()

    'Declare your objects so your could
    'easily retrieve the functions
    'from it
    Dim ws As Worksheet
   
    
    'Assign the ActiveSheet to your "empty" ws variable
    ws = Application.ActiveSheet
   
    'Display the sheet Name for testing
    MsgBox ws.Name

End Sub


To get the Cells Name inside a worksheet:





Public Sub test1()

    'Declare your objects so your could
    'easily retrieve the functions
    'from it
    Dim ws As Worksheet
    Dim index_row As Integer
    Dim index_col As Integer

   
    'Assign the ActiveSheet to your "empty" ws variable
    ws = Application.ActiveSheet
   
    'Circle to a few row and lines
    For index_row = 1 To 10
        For index_col = 1 To 2
            MsgBox ws.Cells(index_row, index_col)
        Next
    Next
       
End Sub

There are thousands of tutorial on the internet. You could build any functions in VBA inside Excel by your own. If you wish to make something more professional and powerful, you could always ask for a professional to do your VBA Excel programming for you. I a good idea to shop around because there is an incredible wide price range for this.

Visit my web site http://checktechno.ca to have an idea of the type of programming I work with. I usually offer software development in engineering applications.




Update Contact :
No Wa/Telepon (puat) : 085267792168
No Wa/Telepon (fajar) : 085369237896
Email : Fajarudinsidik@gmail.com
NB :: Bila Sobat tertarik Ingin membuat software, membeli software, membeli source code, membeli hardware elektronika untuk kepentingan Perusahaan maupun Tugas Akhir (TA/SKRIPSI), Insyaallah Saya siap membantu, untuk Respon Cepat dapat menghubungi kami, melalui :

No Wa/Telepon (puat) : 085267792168
No Wa/Telepon (fajar) : 085369237896
Email: Fajarudinsidik@gmail.com


atau Kirimkan Private messanger melalui email dengan klik tombol order dibawah ini :

ٱلْحَمْدُ لِلَّهِ رَبِّ ٱلْعَٰلَمِين
Alhamdulilah hirobil alamin

وَ السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ
wassalamualaikum warahmatullahi wabarakatuh


Artikel Excel VBA for beginners, Diterbitkan oleh scodeaplikasi pada Selasa, 20 Agustus 2013. Semoga artikel ini dapat menambah wawasan Anda. Website ini dipost dari beberapa sumber, bisa cek disini sumber, Sobat diperbolehkan mengcopy paste / menyebar luaskan artikel ini, karena segala yang dipost di public adalah milik public. Bila Sobat tertarik Ingin membuat software, membeli software, membeli source code ,Dengan Cara menghubungi saya Ke Email: Fajarudinsidik@gmail.com, atau No Hp/WA : (fajar) : 085369237896, (puat) : 085267792168.

Tawk.to