Sabtu, 30 Juni 2012

RE: [ExcelVBA] Select range in column with non-continuous data

 

I would select B1 then, holding SHIFT down press END the HOME. Then, still
holding SHIFT down use the left arrow until only one column is selected.

Easier to do then describe!

Best Regards
David Grugeon
Excel VBA Group Moderator

-----Original Message-----
From: ExcelVBA@yahoogroups.com [mailto:ExcelVBA@yahoogroups.com] On Behalf
Of Torstein Johnsen
Sent: Wednesday, 27 June 2012 7:32 PM
To: ExcelVBA@yahoogroups.com
Subject: [ExcelVBA] Select range in column with non-continuous data

This is not a VBA-question.
 
I hope I can explain it and get some good advice anyway.
 
in a worksheet - 3 columns, about 10000 rows of data.
In column A and C the data are continuous - all cells are filled with data
In column B - some cells are empty.
 
I want to select the range B1.BNNNN (where NNNN is the last row with data),
but it's not possible to use END-DOWN because of the empty cells in that
column.
 
Is there any way around?
 
Thanks in advance!
 
Torstein

[Non-text portions of this message have been removed]

------------------------------------

----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go
here: http://www.mousetrax.com/techtrax to enter the ezine, then search the
ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------Yahoo! Groups Links

__._,_.___
Recent Activity:
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------
.

__,_._,___
READ MORE....

]] XL-mania [[ Digest Number 2433

3 New Messages
Digest #2433
1a
Re: Keanehan Excel by "Kid Mr." nmkid.family@ymail.com
1b
Re: Keanehan Excel by "Fajri" s_fajri
1c
Re: Keanehan Excel by "NANG Agus"

Fri Jun 29, 2012 11:09 am (PDT) . Posted by: "Kid Mr." nmkid.family@ymail.com
Hal tersebut disebabkan karena adanya karakter spasi berkode 160.
Coba cek dengan :
=Code( Mid( teksnya , karakter ke , 1 ) )
Ganti teksnya dengan rujukan cell si data,
Ganti karakter ke dengan angka posisi karakter yang tampak sebagai spasi.

Wassalam,
Kid.

On Fri, Jun 29, 2012 at 8:57 AM, Has Bullah <has.bullah@sanmina-sci.com>wrote:

> **
>
>
> Hallo pakar excel
>
> saya menemukan kejanggalan untuk cell value seperti yang ada di lampiran.
> untuk 2 cell value yang sama tapi ternyata dianggap berbeda (setelah
> ditelusuri dengan formula)
> mohon dibantu apa yang meyebabkan perbedaan tersebut
> terima kasih atas bantuannya
>
>
> Hasbullah
>
> CONFIDENTIALITY
> This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail message, you are hereby notified that any dissemination, distribution or copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof.
> ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any attachments hereto are not intended to represent an offer or acceptance to enter into a contract and are not otherwise intended to bind the sender, Sanmina-SCI Corporation (or any of its subsidiaries), or any other person or entity.
>
>
>
>
Fri Jun 29, 2012 11:20 am (PDT) . Posted by: "Fajri" s_fajri
Perbedaannya terletak di spasi antara "HEATSINK," dengan "ESB".
Spasi di cell C5 bukan spasi biasa. Tetapi spasi yang bukan untuk pemisah
kata. Kemungkinan spasi tersebut bukan dgn mengetik space bar di keyboard,
tetapi copy dari bahasa program yang berbeda, atau insert simbol.

Regards,
SF

On Fri, Jun 29, 2012 at 8:57 AM, Has Bullah <has.bullah@sanmina-sci.com>wrote:

> **
>
>
> Hallo pakar excel
>
> saya menemukan kejanggalan untuk cell value seperti yang ada di lampiran.
> untuk 2 cell value yang sama tapi ternyata dianggap berbeda (setelah
> ditelusuri dengan formula)
> mohon dibantu apa yang meyebabkan perbedaan tersebut
> terima kasih atas bantuannya
>
>
> Hasbullah
>
> CONFIDENTIALITY
> This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail message, you are hereby notified that any dissemination, distribution or copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof.
> ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any attachments hereto are not intended to represent an offer or acceptance to enter into a contract and are not otherwise intended to bind the sender, Sanmina-SCI Corporation (or any of its subsidiaries), or any other person or entity.
>
>
>
>
Fri Jun 29, 2012 11:25 am (PDT) . Posted by: "NANG Agus"
Dear Hasbullah,

File yang anda kirimkan bukan hal yang aneh. perbedaan terdapat pada
karakter ke 11, (dilihat mata manusia karakter tersebut sama yaitu spasi
kosong, namun Excel tahu bahwa kedua karakter tersebut adalah berbeda) yang
satu karakter no 32 yang lainnya karakter no 160.
coba jika kedua karakter tersebut disamakan (sama-sama 32 atau sama-sama
60) maka jawabnya akan sama.

Lihat attachment

salam
NangAgus

On Fri, Jun 29, 2012 at 8:57 AM, Has Bullah <has.bullah@sanmina-sci.com>wrote:

> **
>
>
> Hallo pakar excel
>
> saya menemukan kejanggalan untuk cell value seperti yang ada di lampiran.
> untuk 2 cell value yang sama tapi ternyata dianggap berbeda (setelah
> ditelusuri dengan formula)
> mohon dibantu apa yang meyebabkan perbedaan tersebut
> terima kasih atas bantuannya
>
>
> Hasbullah
>
> Reply to sender<has.bullah@sanmina-sci.com?subject=Re%3A%20Keanehan%20Excel>| Reply
> to group <XL-mania@yahoogroups.com?subject=Re%3A%20Keanehan%20Excel> | Reply
> via web post<http://groups.yahoo.com/group/XL-mania/post;_ylc=X3oDMTJyMjJobnF0BF9TAzk3MzU5NzE0BGdycElkAzE1MTk3MTk2BGdycHNwSWQDMTcwODI5ODgyMQRtc2dJZAMyMDczNwRzZWMDZnRyBHNsawNycGx5BHN0aW1lAzEzNDA5NjAxMTA-?act=reply&messageNum=20737>| Start
> a New Topic<http://groups.yahoo.com/group/XL-mania/post;_ylc=X3oDMTJmb3E4MHUzBF9TAzk3MzU5NzE0BGdycElkAzE1MTk3MTk2BGdycHNwSWQDMTcwODI5ODgyMQRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzEzNDA5NjAxMTA->
> Messages in this topic<http://groups.yahoo.com/group/XL-mania/message/20737;_ylc=X3oDMTM3bWduYXNsBF9TAzk3MzU5NzE0BGdycElkAzE1MTk3MTk2BGdycHNwSWQDMTcwODI5ODgyMQRtc2dJZAMyMDczNwRzZWMDZnRyBHNsawN2dHBjBHN0aW1lAzEzNDA5NjAxMTAEdHBjSWQDMjA3Mzc->(
> 1)
> Recent Activity:
>
> - New Members<http://groups.yahoo.com/group/XL-mania/members;_ylc=X3oDMTJnN21vcW0wBF9TAzk3MzU5NzE0BGdycElkAzE1MTk3MTk2BGdycHNwSWQDMTcwODI5ODgyMQRzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxMzQwOTYwMTEw?o=6>
> 45
>
> Visit Your Group<http://groups.yahoo.com/group/XL-mania;_ylc=X3oDMTJmdG1kaWVmBF9TAzk3MzU5NzE0BGdycElkAzE1MTk3MTk2BGdycHNwSWQDMTcwODI5ODgyMQRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzEzNDA5NjAxMTA->
> +-:: XL-mania ::::::::::::::::::::----------------------------------+
> | Woooowwww... member XL-mania tembus 20,000!!! |
> +----------------------------------------------------------+
> | 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.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 |
> +----------------------------------------------------------+
> [image: Yahoo! Groups]<http://groups.yahoo.com/;_ylc=X3oDMTJlZ2EzZ2s1BF9TAzk3NDc2NTkwBGdycElkAzE1MTk3MTk2BGdycHNwSWQDMTcwODI5ODgyMQRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTM0MDk2MDExMQ-->
> Switch to: Text-Only<XL-mania-traditional@yahoogroups.com?subject=Change+Delivery+Format:+Traditional>,
> Daily Digest<XL-mania-digest@yahoogroups.com?subject=Email+Delivery:+Digest>•
> Unsubscribe <XL-mania-unsubscribe@yahoogroups.com?subject=Unsubscribe> • Terms
> of Use <http://docs.yahoo.com/info/terms/>
> .
>
>
>
GROUP FOOTER MESSAGE
+-:: XL-mania ::::::::::::::::::::----------------------------------+
| Woooowwww... member XL-mania tembus 20,000!!!                     |
+-------------------------------------------------------------------+
| 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.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              |
+-------------------------------------------------------------------+
READ MORE....

[smf_addin] Digest Number 2262

4 New Messages
Digest #2262
1b
Re: Morningstar Premium data extraction by "Randy Harmelink" rharmelink
2a
Re: Getting currency from Google and MSN by "antonvanas1989" antonvanas1989
2b
Re: Getting currency from Google and MSN by "Randy Harmelink" rharmelink

Fri Jun 29, 2012 5:28 am (PDT) . Posted by: "oryxius" oryxius
Thank you Randy. This is truly helpful. It works when I log in from within the Web Query. Is there a way to make the Web Query's version of IE compatible with the external one?

Also, I managed to extract all the data points from Morningstar, except the star rating as it is not listed as an HTML element but rather as attributes. Here is what I found about JPM for example:

<img src="http://im.morningstar.com/im/4&#xD;&#xA;stars_purple.gif&#xD;&#xA;" alt="4 stars">

Is it possible to extract the image or the last attribute?

Thank you!

m.k.

--- In smf_addin@yahoogroups.com, Randy Harmelink <rharmelink@...> wrote:
>
> Your formula is working fine for me when I'm logged in.
>
> The quickest way to test if you are logged in properly is to visit the URL
> of the function with the EXCEL Web Query process, and check to see if you
> can see the Fair Value estimate there. If not, log in there.
>
> On some machines, the version of IE used by EXCEL and the version of IE
> used as a browser are different versions of IE. If that is the case,
> logging in with the browser will not allow EXCEL to be logged in, since
> that version of IE would have a different set of security cookies. It's
> happened only rarely, but it is why I usually mention a preference to
> logging in via the Web Query dialog over the browser.
>
> You may need to run the smfForceRecalculation macro (see the LINKS area of
> the Yahoo group for more info) to make sure you have a fresh web page after
> logging in.
>
> On Fri, Jun 29, 2012 at 1:36 AM, oryxius <oryxius@...> wrote:
>
> > I was using the Automated Fair-Value Estimator Mstar experiments.xls
> > sheet, kindly developed and shared by osmangulseven and txbeekeeper, but I
> > could not download the Morningstar premium data even though I have a
> > premium account and I was logged in into it on IE when I ran the
> > calculations.
> >
> > Any idea how to get Morningstar to recognize a premium account connection
> > and to extract its premium data such as Fair Price Estimate and Economic
> > Moat?
> >
> > By the way, the sheet uses the following formula for the Fair Value
> > estimate:
> >
> > =RCHGetTableCell("
> > http://quicktake.morningstar.com/stocknet/printreport.aspx?symbol="&C1,2,"Morningstar
> > Rating",,,,1)
> >
> > But it returns "Premium"
> >
>

Fri Jun 29, 2012 5:59 am (PDT) . Posted by: "Randy Harmelink" rharmelink
The one mentioned in the message archives of the group still works for me:

=VALUE(RCHGetWebData("
http://quicktake.morningstar.com/stocknet/printreport.aspx?symbol=
"&C1,"stars_purple.gif",1,-11))

I'm not sure why the EXCEL IE object and the browser IE object get out of
sync. Or how to correct it. I never use IE as a browser, so it's never been
an issue for me.

On Fri, Jun 29, 2012 at 5:28 AM, oryxius <oryxius@yahoo.com> wrote:

> Thank you Randy. This is truly helpful. It works when I log in from within
> the Web Query. Is there a way to make the Web Query's version of IE
> compatible with the external one?
>
> Also, I managed to extract all the data points from Morningstar, except
> the star rating as it is not listed as an HTML element but rather as
> attributes. Here is what I found about JPM for example:
>
> <img src="http://im.morningstar.com/im/4
> stars_purple.gif
> " alt="4 stars">
>
> Is it possible to extract the image or the last attribute?
>
Fri Jun 29, 2012 8:30 am (PDT) . Posted by: "antonvanas1989" antonvanas1989
Thanxs!

But how can i make it so i see a currency symbol like $?

I thaught about if formula, but i can't get it fixed..

--- In smf_addin@yahoogroups.com, "antonvanas1989" <antonvanas1989@...> wrote:
>
> Hi Randy,
>
> I'm trying to get the Currency from the Google finance and MSN webpage.
>
> http://investing.money.msn.com/investments/financial-statements?symbol=rds.a
>
> http://www.google.com/finance?q=NYSE:RDS.A&fstype=ii
>
> Here are some weblinks where the currency is reported. I'm wondering if there is some line for msn that also checked the othere pages where they report the currency because i think MSN not always uses the same data with one ticker.
>

Fri Jun 29, 2012 8:59 am (PDT) . Posted by: "Randy Harmelink" rharmelink
I think you'd need to create it, based on some type of lookup table.

On Fri, Jun 29, 2012 at 8:28 AM, antonvanas1989 <antonvanas1989@yahoo.com>wrote:

>
> But how can i make it so i see a currency symbol like $?
>
> I thaught about if formula, but i can't get it fixed..
>
READ MORE....

[belajar-excel] Digest Number 1672

15 New Messages
Digest #1672
1
MAKRO BAGI PEMULA by "Siti Nurhikmah"
3a
Re: Simulasi dengan excel by "dwint ruswanto"
4a
Pembulatan angka by "Hendra Wijayanto Hermawan" hermawanhendrawijayanto
4b
Re: Pembulatan angka by "Kid Mr." nmkid.family@ymail.com
4c
Re: Pembulatan angka by "raya hidayat" raya.hidayat
4d
Re: Pembulatan angka by "Hendra Wijayanto Hermawan" hermawanhendrawijayanto
4e
Re: Pembulatan angka by "Kid Mr." nmkid.family@ymail.com
5
Membuat GL dari Buku Kas Bank dan Jurnal Memorial by "hendrik karnadi" hendrikkarnadi

Fri Jun 29, 2012 12:44 am (PDT) . Posted by: "Siti Nurhikmah"
Dear Para Master,

Tolong dibantu, Saya baru mau belajar makro tetapi pusying karena gak
ada dasarnya sama sekali. Mohon dibantu untuk pencerahannya.
Mohon dibantu script untuk soal makro Saya ini, mohon dibantu, file
terlampir.
Untuk comand input New Part sudah Saya buat dan itu pun nyontek" dari
yang lain. Nah sekarang untuk comand input PO Masuk Saya gak punya
contekannya jadi gak bisa karena gk ngerti untuk buat dari awal juga.

Mohon dengan sangat ada yang bantu.:-(

Terima kasih,
Salam,
St
Fri Jun 29, 2012 12:52 am (PDT) . Posted by: "Markonah" m_tulqiyem
Gampang...

Untuk Data di kolom A hasil akan ditulis di kolom D
rumusnya (tulis di D2)
=IF(IsFontBold(A2),0,A2)

Untuk Data di kolom B hasil akan ditulis di kolom E
rumusnya (tulis di E2)
=IF(IsFontBold(B2),0,1)

syaratnya
Bolting font bukan karena Conditional Formatting

2012/6/29 Jimmy <jimmisimamora@gmail.com>
>
> Saya mau bertanya bagaimana membuat huruf yang bercetak tebal (bold
> text) menjadi nol (0).
> contoh: nama - nama kota di indonesia,dan yang bercetak tebal (bold
> text) yang di rubah menjadi nol (0).
> misalnya : di cell A1 "Jakarta"
> cell A2 "Medan"
> A3"Bengkulu"
> A4"Tebing Tinggi"
> Dan masih banyak kota-kota yang ada di indonesia yang sebagian bercetak
> tebal (bold text) dan yang tidak bercetak tebal.
>
> Kemudian di cell B1 saya mau buat yang bercetak tebal menjadi nol (0)
> dan yang tidak bercetak tebal menjadi satu (1).
>
> terimakasih,mohon bantuan nya.
>
> --- Mods ---
> Mohon posting kasus baru (bukan reply) diberi judul email (subject).
> ------------
>
>
Fri Jun 29, 2012 12:57 am (PDT) . Posted by: "Markonah" m_tulqiyem
Betul seperti kata Mr. Kid
mekipun dlm UDF diberikan perintah Appl.Volatile
perubahan sumber data (dari Bold ke NonBod / viceversa) tidak seketika
mengubah hasil Fungsi
Perubahan harus dipaksa dengan pijitan pada kunci F9

2012/6/29 Markonah <markonatul@gmail.com>

> Gampang...
>
> Untuk Data di kolom A hasil akan ditulis di kolom D
> rumusnya (tulis di D2)
> =IF(IsFontBold(A2),0,A2)
>
> Untuk Data di kolom B hasil akan ditulis di kolom E
> rumusnya (tulis di E2)
> =IF(IsFontBold(B2),0,1)
>
> syaratnya
> Bolting font bukan karena Conditional Formatting
>
>
>
> 2012/6/29 Jimmy <jimmisimamora@gmail.com>
>>
>> Saya mau bertanya bagaimana membuat huruf yang bercetak tebal (bold
>> text) menjadi nol (0).
>> contoh: nama - nama kota di indonesia,dan yang bercetak tebal (bold
>> text) yang di rubah menjadi nol (0).
>> misalnya : di cell A1 "Jakarta"
>> cell A2 "Medan"
>> A3"Bengkulu"
>> A4"Tebing Tinggi"
>> Dan masih banyak kota-kota yang ada di indonesia yang sebagian bercetak
>> tebal (bold text) dan yang tidak bercetak tebal.
>>
>> Kemudian di cell B1 saya mau buat yang bercetak tebal menjadi nol (0)
>> dan yang tidak bercetak tebal menjadi satu (1).
>>
>> terimakasih,mohon bantuan nya.
>>
>> --- Mods ---
>> Mohon posting kasus baru (bukan reply) diberi judul email (subject).
>> ------------
>>
>>
Fri Jun 29, 2012 1:02 am (PDT) . Posted by: "Kid Mr." nmkid.family@ymail.com
Karena menggunakan UDF, coba event selection change diisi
activesheet.calculate

Kid.

2012/6/29 Markonah <markonatul@gmail.com>

> **
>
>
> Betul seperti kata Mr. Kid
> mekipun dlm UDF diberikan perintah Appl.Volatile
> perubahan sumber data (dari Bold ke NonBod / viceversa) tidak seketika
> mengubah hasil Fungsi
> Perubahan harus dipaksa dengan pijitan pada kunci F9
>
>
>
> 2012/6/29 Markonah <markonatul@gmail.com>
>
>> Gampang...
>>
>> Untuk Data di kolom A hasil akan ditulis di kolom D
>> rumusnya (tulis di D2)
>> =IF(IsFontBold(A2),0,A2)
>>
>> Untuk Data di kolom B hasil akan ditulis di kolom E
>> rumusnya (tulis di E2)
>> =IF(IsFontBold(B2),0,1)
>>
>> syaratnya
>> Bolting font bukan karena Conditional Formatting
>>
>>
>>
>> 2012/6/29 Jimmy <jimmisimamora@gmail.com>
>>>
>>> Saya mau bertanya bagaimana membuat huruf yang bercetak tebal (bold
>>> text) menjadi nol (0).
>>> contoh: nama - nama kota di indonesia,dan yang bercetak tebal (bold
>>> text) yang di rubah menjadi nol (0).
>>> misalnya : di cell A1 "Jakarta"
>>> cell A2 "Medan"
>>> A3"Bengkulu"
>>> A4"Tebing Tinggi"
>>> Dan masih banyak kota-kota yang ada di indonesia yang sebagian bercetak
>>> tebal (bold text) dan yang tidak bercetak tebal.
>>>
>>> Kemudian di cell B1 saya mau buat yang bercetak tebal menjadi nol (0)
>>> dan yang tidak bercetak tebal menjadi satu (1).
>>>
>>> terimakasih,mohon bantuan nya.
>>>
>>> --- Mods ---
>>> Mohon posting kasus baru (bukan reply) diberi judul email (subject).
>>> ------------
>>>
>>>
>
Fri Jun 29, 2012 1:19 am (PDT) . Posted by: "Markonah" m_tulqiyem
Mr Kid
Saya coba menambahkan prosedur event change untuk sheet 1

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Count = 1 Then
If Target.Column < 3 Then
If Target.Row > 1 Then
Target.Calculate
( sudah dicoba juga Me.Calculate )
End If
End If
End If
End Sub

tetapi sepertinya perubahan format (normal to bol, Bold to normal)
tidak menyebabkan event change (formatting bukan event)
Apakah memang begitu ?

Thx,

*2012/6/29 Kid Mr. <mr.nmkid@gmail.com>
> Karena menggunakan UDF, coba event selection change diisi
activesheet.calculate
> Kid.
>
> 2012/6/29 Markonah <markonatul@gmail.com>
>> Betul seperti kata Mr. Kid
>> mekipun dlm UDF diberikan perintah Appl.Volatile
>> perubahan sumber data (dari Bold ke NonBod / viceversa) tidak seketika
mengubah hasil Fungsi
>> Perubahan harus dipaksa dengan pijitan pada kunci F9*
Fri Jun 29, 2012 1:26 am (PDT) . Posted by: "Kid Mr." nmkid.family@ymail.com
Yup mbake...
event object sheet tidak dapat menangkap perubahan format.
Oleh sebab itu dipilih selection change, agar setiap gerakkan cell maka
terpicu si event selection change dan akan melakukan kalkulasi sheet.
Resiko : jika sheet itu padat formula, maka bisa menurunkan performa excel
dalam bekerja karena sibuk kalkulasi.
Sepertinya memang ada yang harus dikompromikan antara keinginan dengan
keadaan ril di lapangan.

Umumnya lebih selamet kalau nyusun keinginan berdasar kemampuan di semua
sisi kehidupan.

Wassalam,
Kid.

2012/6/29 Markonah <markonatul@gmail.com>

> **
>
>
> Mr Kid
> Saya coba menambahkan prosedur event change untuk sheet 1
>
> Private Sub Worksheet_Change(ByVal Target As Range)
> If Target.Count = 1 Then
> If Target.Column < 3 Then
> If Target.Row > 1 Then
> Target.Calculate
> ( sudah dicoba juga Me.Calculate )
> End If
> End If
> End If
> End Sub
>
> tetapi sepertinya perubahan format (normal to bol, Bold to normal)
> tidak menyebabkan event change (formatting bukan event)
> Apakah memang begitu ?
>
> Thx,
>
>
>
> *2012/6/29 Kid Mr. <mr.nmkid@gmail.com>
>
> > Karena menggunakan UDF, coba event selection change diisi
> activesheet.calculate
> > Kid.
>
> >
> > 2012/6/29 Markonah <markonatul@gmail.com>
> >> Betul seperti kata Mr. Kid
> >> mekipun dlm UDF diberikan perintah Appl.Volatile
> >> perubahan sumber data (dari Bold ke NonBod / viceversa) tidak seketika
> mengubah hasil Fungsi
> >> Perubahan harus dipaksa dengan pijitan pada kunci F9
> *
>
>
>
Fri Jun 29, 2012 1:36 am (PDT) . Posted by: "Markonah" m_tulqiyem
Yess.. sip...
Jadi proyek UDF kita hentikan saja

Lebih baik pak Jimmy mencari sebab mengapa suatu Cell di-BOLD
dan mengapa di diamkan saja (font.Bold = false) , harusnya ada syarat /
kondisinya

Kondisi itulah yg akan menjadi bagian dari RUMUS
Mungkin begitu ya...

Alaikum-salam,
-mpok markonah-
penjual gerabah di desa sebelah"

2012/6/29 Kid Mr. <mr.nmkid@gmail.com>

> **
>
> Yup mbake...
> event object sheet tidak dapat menangkap perubahan format.
> Oleh sebab itu dipilih selection change, agar setiap gerakkan cell maka
> terpicu si event selection change dan akan melakukan kalkulasi sheet.
> Resiko : jika sheet itu padat formula, maka bisa menurunkan performa excel
> dalam bekerja karena sibuk kalkulasi.
> Sepertinya memang ada yang harus dikompromikan antara keinginan dengan
> keadaan ril di lapangan.
>
> Umumnya lebih selamet kalau nyusun keinginan berdasar kemampuan di semua
> sisi kehidupan.
>
> Wassalam,
> Kid.
>
>
Fri Jun 29, 2012 7:30 am (PDT) . Posted by: "summonery" summonery
Saya yakin bahwa yang dimaksudkan oleh mbak Markonah adalah mengganti
font dari format bold/nonbold atau sebaliknya adalah dengan cara Ctrl+B
Berikut ini saya hanya ingin menambahkan apa yang sudah dijelaskan oleh
mbak Markonah, yaitu:
mekipun dlm UDF diberikan perintah Appl.Volatile, perubahan sumber data
(dari Bold ke NonBod / viceversa) tidak seketika mengubah hasil Fungsi,
kecuali perubahan dari bold ke NonBold / viceversa dilakukan dengan
cara paste special formats
Itupun jika cara paste special formats tersebut dikategorikan sebagai
salah satu cara perubahan sumber data dari bold ke nonbold / viceversa.

>semoga bermanfaat

--- In belajar-excel@yahoogroups.com, Markonah <markonatul@...> wrote:
>
> Betul seperti kata Mr. Kid
> mekipun dlm UDF diberikan perintah Appl.Volatile
> perubahan sumber data (dari Bold ke NonBod / viceversa) tidak seketika
> mengubah hasil Fungsi
> Perubahan harus dipaksa dengan pijitan pada kunci F9
>
>
>
> 2012/6/29 Markonah markonatul@...
>
> > Gampang...
> >
> > Untuk Data di kolom A hasil akan ditulis di kolom D
> > rumusnya (tulis di D2)
> > =IF(IsFontBold(A2),0,A2)
> >
> > Untuk Data di kolom B hasil akan ditulis di kolom E
> > rumusnya (tulis di E2)
> > =IF(IsFontBold(B2),0,1)
> >
> > syaratnya
> > Bolting font bukan karena Conditional Formatting
> >
> >
> >
> > 2012/6/29 Jimmy jimmisimamora@...
> >>
> >> Saya mau bertanya bagaimana membuat huruf yang bercetak tebal
(bold
> >> text) menjadi nol (0).
> >> contoh: nama - nama kota di indonesia,dan yang bercetak tebal (bold
> >> text) yang di rubah menjadi nol (0).
> >> misalnya : di cell A1 "Jakarta"
> >> cell A2 "Medan"
> >> A3"Bengkulu"
> >> A4"Tebing Tinggi"
> >> Dan masih banyak kota-kota yang ada di indonesia yang sebagian
bercetak
> >> tebal (bold text) dan yang tidak bercetak tebal.
> >>
> >> Kemudian di cell B1 saya mau buat yang bercetak tebal menjadi nol
(0)
> >> dan yang tidak bercetak tebal menjadi satu (1).
> >>
> >> terimakasih,mohon bantuan nya.
> >>
> >> --- Mods ---
> >> Mohon posting kasus baru (bukan reply) diberi judul email
(subject).
> >> ------------
> >>
> >>
>

Fri Jun 29, 2012 12:57 am (PDT) . Posted by: "dwint ruswanto"
coba cek lampiran, saya tidak menyertakan screen shoot tetapi diganti
dengan penjelasan tertulis agar ukuran file dapat lebih kecil.

karena tinggi truk / kontainer dalam thread tidak disebutkan, maka saya
tambahkan sendiri.

semoga sesuai dengan harapan

-dwint-

Pada 29 Juni 2012 11:12, rodhy hakim <odhyz83_assasaky@yahoo.com> menulis:

> **
>
>
> Dear Master,
>
> Mau tanya, Bisa gak di excel membuat sebuah Simulasi Penataan Barang di
> truk/ container.
> Contoh. Mislanya :
> Ukuran Box 1 : Panjang : 57cm, Lebar 36, Tinggi : 49
> Ukuran Box 2 : Panjang ; 70cm, Lebar 39, Tinggi :38.5
>
> Ukuran truk / continer : 300cm x 200cm
>
> Nah Bagaimana Optimasi penataan barang di truk (susunannya, posisinya).
> jika misalnya akan muat barang sebanyak 50 box.
> demikian apabilan bisa Mohon Pencerahanya.
>
>
>
>
Fri Jun 29, 2012 1:10 am (PDT) . Posted by: "Hendra Wijayanto Hermawan" hermawanhendrawijayanto
Dear Para Suhu Excel

Saya memiliki sebuah kasus dikantor saya memberlakukan pembulatan untuk nominal uang jika nominal <=500 maka akan dibulatkan menjadi 500 ,jika nominal >500 akan dibulatkan ke 1000, saya sangat membutuhkan formula untuk membulatkan nominal uang tersebut.

sebagai contoh :

168.350 akan menjadi 168.500
168.510 akan menjadi 169.000

saya sudah memakai rumus berikut tapi masih terlalu panjang dan jika disimpan akan memakan space yang tidak normal untuk ukuran file excel.
ini rumusnya :
=IF(VALUE(RIGHT(I24;3))=0;I24;IF(VALUE(RIGHT(I24;3))
<=500;(I24-(VALUE(RIGHT(I24;3)))+500);IF(VALUE(RIGHT(I24;3))<1000;(I24-(VALUE(RIGHT(I24;3)))+1000))))

mohon pencerahannya.

Thanks

Fri Jun 29, 2012 1:12 am (PDT) . Posted by: "Kid Mr." nmkid.family@ymail.com
Salah satu cara pembulatan adalah menggunakan fungsi Ceiling (selalu ke
atas ke kelipatan tertentu)
=Ceiling( nilainya , 500 )
"bulatkan bilangan nilainya ke kelipatan 500 setelahnya"

Wassalam,
Kid.

2012/6/29 Hendra Wijayanto Hermawan <hermawanhendrawijayanto@yahoo.co.id>

> **
>
>
> Dear Para Suhu Excel
>
> Saya memiliki sebuah kasus dikantor saya memberlakukan pembulatan untuk
> nominal uang jika nominal <=500 maka akan dibulatkan menjadi 500 ,jika
> nominal >500 akan dibulatkan ke 1000, saya sangat membutuhkan formula untuk
> membulatkan nominal uang tersebut.
>
> sebagai contoh :
>
> 168.350 akan menjadi 168.500
> 168.510 akan menjadi 169.000
>
> saya sudah memakai rumus berikut tapi masih terlalu panjang dan jika
> disimpan akan memakan space yang tidak normal untuk ukuran file excel.
> ini rumusnya :
> =IF(VALUE(RIGHT(I24;3))=0;I24;IF(VALUE(RIGHT(I24;3))
>
> <=500;(I24-(VALUE(RIGHT(I24;3)))+500);IF(VALUE(RIGHT(I24;3))<1000;(I24-(VALUE(RIGHT(I24;3)))+1000))))
>
> mohon pencerahannya.
>
> Thanks
>
>
>
>
Fri Jun 29, 2012 1:17 am (PDT) . Posted by: "raya hidayat" raya.hidayat
Dear Mas Hendra,

Mau tanya , kalau angka yang mau dibulatkan ada di C5 ,
lalu pakai formula :
CEILING(C5,500)

apakah hasilnya sudah sesuai dengan yang mas inginkan?

terima kasih

Raya

2012/6/29 Hendra Wijayanto Hermawan <hermawanhendrawijayanto@yahoo.co.id>

> **
>
>
> Dear Para Suhu Excel
>
> Saya memiliki sebuah kasus dikantor saya memberlakukan pembulatan untuk
> nominal uang jika nominal <=500 maka akan dibulatkan menjadi 500 ,jika
> nominal >500 akan dibulatkan ke 1000, saya sangat membutuhkan formula untuk
> membulatkan nominal uang tersebut.
>
> sebagai contoh :
>
> 168.350 akan menjadi 168.500
> 168.510 akan menjadi 169.000
>
> saya sudah memakai rumus berikut tapi masih terlalu panjang dan jika
> disimpan akan memakan space yang tidak normal untuk ukuran file excel.
> ini rumusnya :
> =IF(VALUE(RIGHT(I24;3))=0;I24;IF(VALUE(RIGHT(I24;3))
>
> <=500;(I24-(VALUE(RIGHT(I24;3)))+500);IF(VALUE(RIGHT(I24;3))<1000;(I24-(VALUE(RIGHT(I24;3)))+1000))))
>
> mohon pencerahannya.
>
> Thanks
>
>
>
>

--
Terima kasih

Raya
Fri Jun 29, 2012 2:00 am (PDT) . Posted by: "Hendra Wijayanto Hermawan" hermawanhendrawijayanto
alhamdulillah terimaksih Mr. Kid sudah bisa berjalan normal

--- Pada Jum, 29/6/12, Kid Mr. <mr.nmkid@gmail.com> menulis:

Dari: Kid Mr. <mr.nmkid@gmail.com>
Judul: Re: [belajar-excel] Pembulatan angka
Kepada: belajar-excel@yahoogroups.com
Tanggal: Jumat, 29 Juni, 2012, 8:12 AM

 

Salah satu cara pembulatan adalah menggunakan fungsi Ceiling (selalu ke atas ke kelipatan tertentu)
=Ceiling( nilainya , 500 )
"bulatkan bilangan nilainya ke kelipatan 500 setelahnya"

Wassalam,
Kid.

2012/6/29 Hendra Wijayanto Hermawan <hermawanhendrawijayanto@yahoo.co.id>

 

Dear Para Suhu Excel

Saya memiliki sebuah kasus dikantor saya memberlakukan pembulatan untuk nominal uang jika nominal <=500 maka akan dibulatkan menjadi 500 ,jika nominal >500 akan dibulatkan ke 1000, saya sangat membutuhkan formula untuk membulatkan nominal uang tersebut.

sebagai contoh :

168.350 akan menjadi 168.500
168.510 akan menjadi 169.000

saya sudah memakai rumus berikut tapi masih terlalu panjang dan jika disimpan akan memakan space yang tidak normal untuk ukuran file excel.

ini rumusnya :
=IF(VALUE(RIGHT(I24;3))=0;I24;IF(VALUE(RIGHT(I24;3))
<=500;(I24-(VALUE(RIGHT(I24;3)))+500);IF(VALUE(RIGHT(I24;3))<1000;(I24-(VALUE(RIGHT(I24;3)))+1000))))

mohon pencerahannya.

Thanks

Reply to sender |

Reply to group |
Reply via web post |
Start a New Topic


Messages in this topic
(2)


Recent Activity:

New Members
25


New Photos
1




Visit Your Group


----------------------------------------------------------

bergabung ke milis (subscribe), kirim mail kosong ke:

belajar-excel-subscribe@yahoogroups.com

posting ke milis, kirimkan ke:

belajar-excel@yahoogroups.com

berkunjung ke web milis

http://tech.groups.yahoo.com/group/belajar-excel/messages

melihat file archive / mendownload lampiran

http://www.mail-archive.com/belajar-excel@yahoogroups.com/

atau (sejak 25-Apr-2011) bisa juga di :

http://milis-belajar-excel.1048464.n5.nabble.com/

menghubungi moderators & owners: belajar-excel-owner@yahoogroups.com

keluar dari membership milis (UnSubscribe):

kirim mail kosong ke  belajar-excel-unsubscribe@yahoogroups.com

----------------------------------------------------------

Switch to: Text-Only, Daily Digest • Unsubscribe • Terms of Use

.

__al,_
._,___

Fri Jun 29, 2012 2:09 am (PDT) . Posted by: "Kid Mr." nmkid.family@ymail.com
Sama-sama Pak,

Hal yang perlu diingat tentang fungsi Ceiling dan juga temannya yang
bernama Floor yaitu tidak bekerja pada area bilangan negatif.
Jadi, ketika akan membulatkan bilangan negatif, diperlukan kondisi.

Andai saja pembulatannya selalu ke kelipatan 500 terdekat, bisa menggunakan
:
=Round( nilainya / 500 , 0 ) * 500
Ketika pembulatannya selalu ke atas pada kelipatan 500, maka nilai -1200
harus menjadi -1000 dan nilai 1200 menjadi 1500, coba formula :
=IF( nilainya < 0 , Floor( Abs( nilainya ) , 500 ) * Sign( nilainya )
, Ceiling( nilainya , 500 ) )

Contoh pada angka -1200
=IF( -1200 < 0 , Floor( Abs( -1200 ) , 500 ) * Sign( -1200 ) ,* Ceiling(
-1200 , 500 ) * )
Perhatikan yang di-*bold*. Bagian itu tidak akan dikerjakan oleh Excel
karena jebakan kondisi oleh IF.
Fungsi Abs() untuk mengambil nilai mutlak suatu bilangan [ -1200 akan
menjadi 1200 ketika di Abs-ken]
Fungsi Sign() untuk mengambil nilai pengali bilangan pembuat positif dan
negatif terhadap suatu nilai positif. Bahasa umumnya, kalau nilai negatif
hasilnya -1, kalau nilai positif hasilnya +1.
Floor adalah temannya Ceiling yang mengurusi untuk membulatkan ke kelipatan
tertentu sebelumnya.

Wassalam,
Kid.

2012/6/29 Hendra Wijayanto Hermawan <hermawanhendrawijayanto@yahoo.co.id>

> **
>
>
> alhamdulillah terimaksih Mr. Kid sudah bisa berjalan normal
>
> --- Pada *Jum, 29/6/12, Kid Mr. <mr.nmkid@gmail.com>* menulis:
>
>
> Dari: Kid Mr. <mr.nmkid@gmail.com>
> Judul: Re: [belajar-excel] Pembulatan angka
> Kepada: belajar-excel@yahoogroups.com
> Tanggal: Jumat, 29 Juni, 2012, 8:12 AM
>
>
>
>
> Salah satu cara pembulatan adalah menggunakan fungsi Ceiling (selalu ke
> atas ke kelipatan tertentu)
> =Ceiling( nilainya , 500 )
> "bulatkan bilangan nilainya ke kelipatan 500 setelahnya"
>
> Wassalam,
> Kid.
>
> 2012/6/29 Hendra Wijayanto Hermawan <hermawanhendrawijayanto@yahoo.co.id<http://mc/compose?to=hermawanhendrawijayanto@yahoo.co.id>
> >
>
> **
>
>
> Dear Para Suhu Excel
>
> Saya memiliki sebuah kasus dikantor saya memberlakukan pembulatan untuk
> nominal uang jika nominal <=500 maka akan dibulatkan menjadi 500 ,jika
> nominal >500 akan dibulatkan ke 1000, saya sangat membutuhkan formula untuk
> membulatkan nominal uang tersebut.
>
> sebagai contoh :
>
> 168.350 akan menjadi 168.500
> 168.510 akan menjadi 169.000
>
> saya sudah memakai rumus berikut tapi masih terlalu panjang dan jika
> disimpan akan memakan space yang tidak normal untuk ukuran file excel.
> ini rumusnya :
> =IF(VALUE(RIGHT(I24;3))=0;I24;IF(VALUE(RIGHT(I24;3))
>
> <=500;(I24-(VALUE(RIGHT(I24;3)))+500);IF(VALUE(RIGHT(I24;3))<1000;(I24-(VALUE(RIGHT(I24;3)))+1000))))
>
> mohon pencerahannya.
>
> Thanks
>
>
>
>
>
Fri Jun 29, 2012 8:02 pm (PDT) . Posted by: "hendrik karnadi" hendrikkarnadi
File terlampir adalah jawaban saya (dengan Macro) atas pertanyaan seorang Member dari tetangga sebelah,
Yang diinginkan adalah membuat GL dengan sumber dari Buku Kas, Bank dan Memorial.
Untuk Buku Kas, Bank No Rekening lawannya sudah pasti yaitu No Rekening Kas atau Bank itu sendiri, sedangkan untuk Jurnal Memorial

No Rekening lawannya harus dicari.

Macro yang saya buat adalah seperti ini:
Sub Tes()
    Dim Rng1 As Range
    Dim Rng2 As Range
    Dim Rng3 As Range
    Dim i As Long
    Dim irow As Long
    Set Rng1 = Sheets("Kas").Range("A4").CurrentRegion
    Set Rng1 = Rng1.Offset(3, 0).Resize(Rng1.Rows.Count - 3)
    Set Rng2 = Sheets("Bank").Range("A4").CurrentRegion
    Set Rng2 = Rng2.Offset(3, 0).Resize(Rng2.Rows.Count - 3)
    Set Rng3 = Sheets("Memorial").Range("A3").CurrentRegion
    Set Rng3 = Rng3.Offset(2, 0).Resize(Rng3.Rows.Count - 2)
    Set Rng4 = Sheets("GL").Range("A3").CurrentRegion
    Set Rng4 = Rng4.Offset(2, 0).Resize(Rng4.Rows.Count - 2)
    Rng4.ClearContents
    irow = i + 3
    With Sheets("Kas")
        For i = 1 To Rng1.Rows.Count
            If Sheets("GL").Range("G1") = Rng1(i, 4) Then
                Sheets("GL").Cells(irow, 1) = Rng1(i, 1)
                Sheets("GL").Cells(irow, 1).NumberFormat = "[$-409]d-mmm-yy;@"
                Sheets("GL").Cells(irow, 2) = Rng1(i, 2)
                Sheets("GL").Cells(irow, 3) = Rng1(i, 3)
                Sheets("GL").Cells(irow, 4) = Sheets("Kas").Range("D1")
                Sheets("GL").Cells(irow, 5) = Rng1(i, 6)
                Sheets("GL").Cells(irow, 5).NumberFormat = "#,##0"
                Sheets("GL").Cells(irow, 6) = Rng1(i, 5)
                Sheets("GL").Cells(irow, 6).NumberFormat = "#,##0"
                Sheets("GL").Cells(irow, 7).FormulaR1C1 = "=SUM(R3C5:RC[-2])-SUM(R3C6:RC[-1])"
                Sheets("GL").Cells(irow, 7).NumberFormat = "#,##0"
                irow = irow + 1
            End If
        Next i
    End With
    With Sheets("Bank")
        For i = 1 To Rng2.Rows.Count
            If Sheets("GL").Range("G1") = Rng2(i, 4) Then
                Sheets("GL").Cells(irow, 1) = Rng2(i, 1)
                Sheets("GL").Cells(irow, 1).NumberFormat = "[$-409]d-mmm-yy;@"
                Sheets("GL").Cells(irow, 2) = Rng2(i, 2)
                Sheets("GL").Cells(irow, 3) = Rng2(i, 3)
                Sheets("GL").Cells(irow, 4) = Sheets("Bank").Range("D1")
                Sheets("GL").Cells(irow, 5) = Rng2(i, 6)
                Sheets("GL").Cells(irow, 5).NumberFormat = "#,##0"
                Sheets("GL").Cells(irow, 6) = Rng2(i, 5)
                Sheets("GL").Cells(irow, 6).NumberFormat = "#,##0"
                Sheets("GL").Cells(irow, 7).FormulaR1C1 = "=SUM(R3C5:RC[-2])-SUM(R3C6:RC[-1])"
                Sheets("GL").Cells(irow, 7).NumberFormat = "#,##0"
                irow = irow + 1
            End If
        Next i
    End With
    With Sheets("Memorial")
        For i = 1 To Rng3.Rows.Count
            If Sheets("GL").Range("G1") = Rng3(i, 4) Then
                Sheets("GL").Cells(irow, 1) = Rng3(i, 1)
                Sheets("GL").Cells(irow, 1).NumberFormat = "[$-409]d-mmm-yy;@"
                Sheets("GL").Cells(irow, 2) = Rng3(i, 2)
                Sheets("GL").Cells(irow, 3) = Rng3(i, 3)
                Sheets("GL").Cells(irow, 4) = "Memorial"
                Sheets("GL").Cells(irow, 5) = Rng3(i, 5)
                Sheets("GL").Cells(irow, 5).NumberFormat = "#,##0"
                Sheets("GL").Cells(irow, 6) = Rng3(i, 6)
                Sheets("GL").Cells(irow, 6).NumberFormat = "#,##0"
                Sheets("GL").Cells(irow, 7).FormulaR1C1 = "=SUM(R3C5:RC[-2])-SUM(R3C6:RC[-1])"
                Sheets("GL").Cells(irow, 7).NumberFormat = "#,##0"
                irow = irow + 1
            End If
        Next i
    End With
End Sub

Tampilan Sheet hasilnya adalah seperti ini :
NP : Biaya Proyek


KP : 521.02.01
Tanggal No. Bukti Bank  Uraian  Lawan Perk. Debet Kredit Saldo
3-Jan-11 BKK/RG/12/I/0001 B. Material cat 111.01.00 70,000
70,000
7-Jan-11 BBM/RG/12/I/0003 B. Material cat 111.02.00 3,000,000
3,070,000
31-Jan-11 BM/RG/12/I/0001 B. Material cat Memorial 1,500,000
4,570,000
31-Jan-11 BM/RG/12/I/0001 B. Material cat Memorial 1,500,000
6,070,000

Mohon bantuan teman2 bagaimana mengganti kata Memorial dengan No Rekening lawan yang sebenarnya.

Terima kasih.

Salam,
Hendrik Karnadi
GROUP FOOTER MESSAGE
---------------------------------------------------------------------
bergabung ke milis (subscribe), kirim mail kosong ke:
belajar-excel-subscribe@yahoogroups.com

posting ke milis, kirimkan ke:
belajar-excel@yahoogroups.com

berkunjung ke web milis
http://tech.groups.yahoo.com/group/belajar-excel/messages

melihat file archive / mendownload lampiran
http://www.mail-archive.com/belajar-excel@yahoogroups.com/
atau (sejak 25-Apr-2011) bisa juga di :
http://milis-belajar-excel.1048464.n5.nabble.com/

menghubungi moderators & owners: belajar-excel-owner@yahoogroups.com

keluar dari membership milis (UnSubscribe):
kirim mail kosong ke  belajar-excel-unsubscribe@yahoogroups.com
---------------------------------------------------------------------
READ MORE....