I have this data file (about 2000 rows) all in column A:
data
A
B
C
D
data
1
2
3
4
data
D
E
F
G
data
5
6
7
8
I need a VB small program which will arrange the data with the follwing format:
data A B C D
1 2 3 4
D E F G
5 6 7 8
Many Thanks!
I have this data file (about 2000 rows) all in column A:
data
A
B
C
D
data
1
2
3
4
data
D
E
F
G
data
5
6
7
8
I need a VB small program which will arrange the data with the follwing format:
data A B C D
1 2 3 4
D E F G
5 6 7 8
Many Thanks!
Are you sure your results should not be:
data A B C D
data 1 2 3 4
data D E F G
data 5 6 7 8
(which seems more logical)
Cheers,
--
AP
"tbobo" <tbobo.254l1s_1143122115.1052@excelforum-nospam.com> a écrit dans le
message de news:tbobo.254l1s_1143122115.1052@excelforum-nospam.com...
>
> I have this data file (about 2000 rows) all in column A:
>
> data
> A
> B
> C
> D
> data
> 1
> 2
> 3
> 4
> data
> D
> E
> F
> G
> data
> 5
> 6
> 7
> 8
>
> I need a VB small program which will arrange the data with the follwing
> format:
>
>
> data A B C D
> 1 2 3 4
> D E F G
> 5 6 7 8
>
> Many Thanks!
>
>
> --
> tbobo
> ------------------------------------------------------------------------
> tbobo's Profile:
http://www.excelforum.com/member.php...o&userid=31530
> View this thread: http://www.excelforum.com/showthread...hreadid=525669
>
Yes, the data should be like what's shown below:
data A B C D
data 1 2 3 4
data D E F G
data 5 6 7 8
Thanks!
This may seem like a beginner's question but here goes: I am trying to sort dates starting with the weekday first; ex. Thursday, March 23, 2006. However, when ever I sort it goes by alphabetical order by the weekday and nothing else. I've tried reformatting the data, that didn't work, there's no formula that can change it and the DATE default has a asterisk * by the correct format needed, meaning it doesn't convert to my system. This project has to be done and functional today. Any help is appreciated.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks