BILLYBOB1972
New Member
- Joined
- Jan 7, 2016
- Messages
- 24
- Office Version
- 2016
- Platform
- Windows
Hi All
Can anyone point me in the right direction with this one?
I am capturing time data in a vba form. The data is being entered as number of hours and to make it easier the number of days is also captured. I am then using add to functionality to post into an upload sheet for a secondary system. Unfortunately the secondary system cannot deal with 2 number inputs so I need to be able to split the output over multiple lines
e.g
Ref. Hours. Days
123456. 5 4
This needs to slit into 4 lines e.g
Ref. Hours
123456. 5
123456. 5
123456. 5
123456. 5
Is this possible? Thanks in advance.
Can anyone point me in the right direction with this one?
I am capturing time data in a vba form. The data is being entered as number of hours and to make it easier the number of days is also captured. I am then using add to functionality to post into an upload sheet for a secondary system. Unfortunately the secondary system cannot deal with 2 number inputs so I need to be able to split the output over multiple lines
e.g
Ref. Hours. Days
123456. 5 4
This needs to slit into 4 lines e.g
Ref. Hours
123456. 5
123456. 5
123456. 5
123456. 5
Is this possible? Thanks in advance.