neilp
Well-known Member
- Joined
- Jul 5, 2004
- Messages
- 529
- Office Version
- 365
- Platform
- Windows
Hi
Got a spreadsheet whereby row one contains important info:
B1 is a constant code (501107), D1 is a constant code (171205) and F1 is a number starting at 0001. H1 contains a number that i type in.
What needs to happen with this spreadsheet is, A2 needs to have B1&D1&F1 and it needs to carry on down column A until it has repeated by the number of times in H1.
eg A2 would be 501107171205001, A3 would be 501107171205002 etc. Happy for it to work in VBA if that is easier, but I am a bit stumped.
Any Ideas?
Thanks in advance
Neil
Got a spreadsheet whereby row one contains important info:
B1 is a constant code (501107), D1 is a constant code (171205) and F1 is a number starting at 0001. H1 contains a number that i type in.
What needs to happen with this spreadsheet is, A2 needs to have B1&D1&F1 and it needs to carry on down column A until it has repeated by the number of times in H1.
eg A2 would be 501107171205001, A3 would be 501107171205002 etc. Happy for it to work in VBA if that is easier, but I am a bit stumped.
Any Ideas?
Thanks in advance
Neil