markster
Well-known Member
- Joined
- May 23, 2002
- Messages
- 575
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi guys
I have a problem in that I have some really large spreadsheets in the format of Sheet 1 shown below. I’m looking for some macro code to convert it easily into the format of Sheet 2 (in sheet 2 a new spreadsheet). I’m a real novice when it comes to VBA code so need something I can manipulate easily so I can change column ranges etc as need to reorder numerous sheets. I can do it manually but obviously it will take ages.
Can anyone help?
Thanks
M
I have a problem in that I have some really large spreadsheets in the format of Sheet 1 shown below. I’m looking for some macro code to convert it easily into the format of Sheet 2 (in sheet 2 a new spreadsheet). I’m a real novice when it comes to VBA code so need something I can manipulate easily so I can change column ranges etc as need to reorder numerous sheets. I can do it manually but obviously it will take ages.
Can anyone help?
Thanks
M
Capital Ambition Financial Monitoring (Prototype).xls | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
2 | Sheet1-Current | |||||||
3 | P.Board | P.Board | M.Board | M.Board | ||||
4 | Ref | OrgName | 25/01/2006 | 27/03/2006 | 22/05/2006 | 24/07/2006 | ||
5 | 114 | OrganisationA | 20,000 | 20,000 | ||||
6 | 123 | OrganisationB | 20,000 | |||||
7 | 097 | OrganisationC | 30,000 | |||||
8 | ||||||||
9 | Sheet2-RequiredOutput | |||||||
10 | Ref | Organisation | BoardType | Date | AmountApproved | |||
11 | 114 | OrganisationA | P.Board | 25/01/06 | 20,000 | |||
12 | 114 | OrganisationA | M.Board | 22/05/06 | 20,000 | |||
13 | 123 | OrganisationB | P.Board | 27/03/06 | 20,000 | |||
14 | 097 | OrganisationC | P.Board | 27/03/06 | 20,000 | |||
Sheet1 |