Hi all,
I'm new to Macros and don't know much about VBA. But I want to format a large amount of data. So, the query is this, I have cells with contents in Japanese that I want to cut and paste into another cell that has its english romaji. So for example, ベツ, this is in one cell. I want to cut it and paste in another cell with a comma after. I'll paste a screen shot so you can see which cells and how i want to do that. Please help me out. Also there is like 600 of these so a loop would be great. I'm sending a small snippet of it where I have done the formatting and where the formatting has to be done so please have a look! And also I did try to do a macro recording but what it did was put ??? where the japanese was and copy the same text from recording one into the new cell where I ran the macros. Basically, did not understand that the text has to be what is in the destination cell already and copy the current cell contents into the destination with a comma after to separate the two. Also, include a code to delete the empty row after the cut and paste and loop
I'm new to Macros and don't know much about VBA. But I want to format a large amount of data. So, the query is this, I have cells with contents in Japanese that I want to cut and paste into another cell that has its english romaji. So for example, ベツ, this is in one cell. I want to cut it and paste in another cell with a comma after. I'll paste a screen shot so you can see which cells and how i want to do that. Please help me out. Also there is like 600 of these so a loop would be great. I'm sending a small snippet of it where I have done the formatting and where the formatting has to be done so please have a look! And also I did try to do a macro recording but what it did was put ??? where the japanese was and copy the same text from recording one into the new cell where I ran the macros. Basically, did not understand that the text has to be what is in the destination cell already and copy the current cell contents into the destination with a comma after to separate the two. Also, include a code to delete the empty row after the cut and paste and loop
Jlpt kanji.xlsm | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
121 | 12 | 場 | ジョウ, jou | ば, ba | location, place | ||
122 | 13 | 員 | イン, in | employee, member, number, the one in charge | |||
123 | 14 | 立 | リツ, ritsu | た(つ), ta(tsu) | stand up, rise | ||
124 | 15 | 開 | カイ, kai | ひら(く)、 あ(ける), hira(ku), a(keru) | open, unfold, unseal | ||
125 | 16 | 手 | シュ, shu | て, te | hand | ||
126 | 17 | 力 | リョク、 リキ, ryoku, riki | ちから, chikara | power, strength, strong, strain, bear up, exert | ||
127 | 18 | 問 | mon | to(u) | question, ask, problem | ||
128 | モン | と(う) | |||||
129 | 19 | 代 | dai | ka(wari) | substitute, change, convert, replace, period | ||
130 | ダイ | か(わり) | |||||
131 | 20 | 明 | mei, myou | aka(rui) | bright, light | ||
132 | メイ、 ミョウ | あか(るい) | |||||
133 | 21 | 動 | dou | ugo(ku) | move, motion, change | ||
134 | ドウ | うご(く) | |||||
135 | 22 | 京 | kyou, kei, kin | miyako | capital | ||
136 | キョウ、 ケイ、 キン | みやこ | |||||
137 | 23 | 目 | moku, boku | me | eye, class, look, insight, experience | ||
Sheet1 |