Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-29 Terurut Topik
terima kasih mr.kid --- Original message --- > From: Kid Mr. > To: belajar-excel@yahoogroups.com > Sent: 29.3., 14:29 > >   > > Coba : > >     Dim v As Variant >     v = Application.GetOpenFilename("Excel files (*.xlsm;*.xls), > *.xlsm;*.xls") > > Kid. > > On Thu, Mar 29, 2012 at

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-29 Terurut Topik Kid Mr.
Coba : Dim v As Variant v = Application.GetOpenFilename("Excel files (*.xlsm;*.xls), *.xlsm;*.xls") Kid. On Thu, Mar 29, 2012 at 14:21, wrote: > ** > > > maaf jadi pgn ikutan nanya juga ya. > > bagaimana bila filter getopenfilename nya dengan 2 extensi atau lebih ( > *.xls dan *.xlsx a

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-29 Terurut Topik
maaf jadi pgn ikutan nanya juga ya. bagaimana bila filter getopenfilename nya dengan 2 extensi atau lebih ( *.xls dan *.xlsx atau *.xlsm) ? --- Original message --- > From: Kid Mr. > To: belajar-excel@yahoogroups.com > Sent: 28.3., 17:12 > >   > > Mungkin begini : > >     Dim vFile

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik ChubbyMike
el@yahoogroups.com Subject: Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut Jika error pada baris saveas, maka pastikan folder dan akses ke drivenya ada. Yang jelas, baris : *Wbknew.range("a2").value = "bca"* jelas salah, karena

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik Kid Mr.
--- > *From: * "Kid Mr." > *Sender: * belajar-excel@yahoogroups.com > *Date: *Wed, 28 Mar 2012 21:37:10 +0700 > *To: * > *ReplyTo: * belajar-excel@yahoogroups.com > *Subject: *Re: [belajar-excel] membuat workbook baru dan menjalankan > macro di workbook tersebut

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik ChubbyMike
Sent from my BlackBerry yg belum lunas -Original Message- From: "Kid Mr." Sender: belajar-excel@yahoogroups.com Date: Wed, 28 Mar 2012 21:37:10 To: Reply-To: belajar-excel@yahoogroups.com Subject: Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik Kid Mr.
*From: * "Kid Mr." > *Sender: * belajar-excel@yahoogroups.com > *Date: *Wed, 28 Mar 2012 17:11:49 +0700 > *To: * > *ReplyTo: * belajar-excel@yahoogroups.com > *Subject: *Re: [belajar-excel] membuat workbook baru dan menjalankan > macro di workbook tersebut > >

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik ChubbyMike
. Sent from my BlackBerry yg belum lunas -Original Message- From: "Kid Mr." Sender: belajar-excel@yahoogroups.com Date: Wed, 28 Mar 2012 17:11:49 To: Reply-To: belajar-excel@yahoogroups.com Subject: Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workboo

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik ChubbyMike
groups.com Date: Wed, 28 Mar 2012 09:52:09 To: Reply-To: belajar-excel@yahoogroups.com Subject: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut hi all, tolong bantuannya membuat macro seperti judul diatas dong. deskripsi : saya mau membuat commandbutton (di

Re: [belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik Kid Mr.
Mungkin begini : Dim vFile As Variant Dim wbkFile As Workbook vFile = Application.GetOpenFilename("Excel Files (*.xls), *.xls") If LenB(vFile) <> 0 Then Set wbkFile = Workbooks.Open(vFile) End If Kemudian semua kegiatan di file B bisa dilakukan dengan memanggil object

[belajar-excel] membuat workbook baru dan menjalankan macro di workbook tersebut

2012-03-28 Terurut Topik Chubby Mike
hi all, tolong bantuannya membuat macro seperti judul diatas dong. deskripsi : saya mau membuat commandbutton (di file A) yg jika diklik, user harus memilih file excel (file b) dimana macro akan berjalan di file A tersebut. saya sudah coba newfile = application.getopenfilename(filefilter:="Exc