Kok gak disertakan hasil uji cobanya.

End    sub

Wassalam,
Kid.


2013/5/28 <[email protected]>

> **
>
>
> ** Trimakasih sebelumnya...mr kid..atas bantuannya...
> Kok gak jalan ya..setelah saya terapkan..
>
> "Endsub"
>
> Hehehe..
> Powered by Telkomsel BlackBerry®
> ------------------------------
> *From: * "Mr. Kid" <[email protected]>
> *Sender: * [email protected]
> *Date: *Mon, 27 May 2013 17:01:44 +0700
> *To: *BeExcel<[email protected]>
> *ReplyTo: * [email protected]
> *Subject: *Re: Re: [belajar-excel] (unknown)
>
>
>
> Oke.
>
> Daftar nama langsung diletakkan di kolom B saja (mulai B6). Jadi combobox
> merujuk pada daftar nama di kolom B ini.
> misal :
> 1. object worksheet tujuan adalah sheet1 [bukan nama sheet di tab sheet,
> tapi di VBE frame Project Explorer]
> 2. combo nama bernama Combobox1, combo lokasi bernama combobox2, textbox
> nilai bernama textbox1
>
> Copas prosedur berikut ke lembar script userform :
> private sub Simpan()
>      dim rng as range    'anchor
>      set rng=sheet1.range("c6")
>
>      'validasi input
>      if combobox1.listindex<0 then
>            exit sub
>      elseif combobox2.listindex<0 then
>            exit sub
>      elseif lenb(textbox1.text)=0 then
>            exit sub
>      endif
>
>      'tulis nilai ke worksheet
>      rng.offset( combobox1.listindex , combobox2.listindex ).value =
> textbox1.text
>
>      'pesan
>      msgbox "Done.",vbinformation,"Simpan"
>
> end sub
>
> kemudian di setiap event change milik combobox1,combobox2, dan textbox1
> diberi perintah untuk memanggil prosedur Simpan di atas tadi dengan
> menuliskan :
> Simpan
>
> Wassalam,
> Kid.
>
>
>
>
>
>
>
>
>
>
> 2013/5/27 <[email protected]>
>
>> **
>>
>>
>> ** Trimakasih masulannya...cuma ingin mencoba..sebelumnya..mr kid sudah
>> mengajari paksi option buton untuk memilih cell tertuju..nah ini mo mencoba
>> dengan combobox langsung....
>> Powered by Telkomsel BlackBerry®
>> ------------------------------
>> *From: * "Mr. Kid" <[email protected]>
>> *Sender: * [email protected]
>> *Date: *Fri, 24 May 2013 23:21:53 +0700
>> *To: *BeExcel<[email protected]>
>> *ReplyTo: * [email protected]
>> *Subject: *Re: [belajar-excel] (unknown)
>>
>>
>>
>> Kenapa kok disimpan dengan orientasi kekanan (horisontal).
>> Bagaimana jika disimpan dengan orientasi vertikal.
>> Pada sheet baru dibuat tabel (mulai A1 sebagai header) dengan kolom :
>>           NAMA          ALOKASI            NILAI                 TGL_INPUT
>>
>> ndak perlu kolom Total dan ndak perlu kolom NO.
>>
>> Menampilkan output seperti cara Anda menyimpan itu lebih mudah jika
>> tabelnya seperti di atas ( 4 kolom di atas)
>>
>> Wassalam,
>> Kid.
>>
>>
>>
>>
>>
>> 2013/5/24 achmad adi <[email protected]>
>>
>>> **
>>>
>>>
>>> dear master,
>>>
>>> setelah mengaplikasikan apa yng telah saya dapat,,,saya menemui
>>> kebuntuan lagi..tentang pointer untuk disimpan di cell tertentu ( ada di
>>> combobox )..att saya lampirkan..
>>> mohon petunjuk dari para master.
>>>
>>>
>>> terima kasih
>>>
>>>
>>
>   
>

Kirim email ke