Try this... Make sure data is in same format, run macro & you will get desired output...
Cheers!! +++++ *I did not do this for you. God is here working through me for you.* On Wed, Oct 22, 2014 at 6:53 AM, josua sitinjak <josuasitinja...@gmail.com> wrote: > > > Hello MS EXCEL AND VBA MACROS member. > > Could you help me? > > So, i have data excel, this is the picture : > > Unfill cells is the Z value > > > > <https://lh6.googleusercontent.com/-b3IfxVY80aw/VEcEQTQ9u9I/AAAAAAAAAAw/jEXu65QdD18/s1600/Help1.PNG> > > > But, I want to write it in to another sheet but in different form, the > picture : > > > <https://lh4.googleusercontent.com/-D2OX8z0DxN0/VEcFK4RlejI/AAAAAAAAAA4/kTpNhw2iRUc/s1600/Help2.PNG> > > The data is very large. > > I tried to write it with VBA, only the x value, but it fail. > This is the VBA code. > > [CODE] > > Sub Data_x_Untuk_Surfer_Contour() > > 'Sub untuk mengambil data x SPL suatu pesawat dan _ > menyalin kembali > > Dim i, j, k As Integer > Application.ScreenUpdating = False > > For j = 0 To 270 > For k = i To 16532 > i = (61 * j) + 1 > If k > 61 * (j + 1) Then > Exit For > End If > > Worksheets("Surfer").Cells(k, 1).Value = Worksheets("SPL > Konfigurasi").Cells(10, 3 + j).Value > Next k > Next j > End Sub > > > [END OF CODE] > > > Could you help me? > So, the sum of all data is16.531 row. But every 61 rows, i want the x > value to be change to the next x, and continue fill from the last row from > last x. > Help me Please... > > Thank you > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ > https://www.facebook.com/discussexcel > > FORUM RULES > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice > will not get quick attention or may not be answered. > 2) Don't post a question in the thread of another member. > 3) Don't post questions regarding breaking or bypassing any security > measure. > 4) Acknowledge the responses you receive, good or bad. > 5) Jobs posting is not allowed. > 6) Sharing copyrighted material and their links is not allowed. > > NOTE : Don't ever post confidential data in a workbook. Forum owners and > members are not responsible for any loss. > --- > You received this message because you are subscribed to the Google Groups > "MS EXCEL AND VBA MACROS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to excel-macros+unsubscr...@googlegroups.com. > To post to this group, send email to excel-macros@googlegroups.com. > Visit this group at http://groups.google.com/group/excel-macros. > For more options, visit https://groups.google.com/d/optout. > -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com. To post to this group, send email to excel-macros@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros. For more options, visit https://groups.google.com/d/optout.
macro data column to row.xlsb
Description: application/vnd.ms-excel.sheet.binary.macroenabled.12