marshalxxl
New Member
- Joined
- Nov 17, 2018
- Messages
- 12
Hello at work we are using one program that basicly tells us what kind of variants to use for some specific objects for example :
https://imgur.com/a/ug8OcaT
The macro needs to copy from column : AO(V1) to CP(V54) [AO,AP,AQ,AR,AS....ETC] only the last three numbers and then only the last letter and for AO(v1) it will be # cuz it has no letters as you can see in the example:
VAR 246:#,F,N,P,Q
Also some other objects can have more rows of variants as you can see in this example:
https://imgur.com/a/tXZ5Ssp
And now for this object there will be :
Var 162:#,A,B,D,F,G
Var 181:#,A,C,D,F,G
VAR 325:#
VAR 327:A,B,D,E,G,H,N,P,Q,R
Var 920:#,E,F,H
Is there any way to copy that specific text ?
The macro needs to copy from column : AO(V1) to CP(V54) [AO,AP,AQ,AR,AS....ETC] only the last three numbers and then only the last letter and for AO(v1) it will be # cuz it has no letters as you can see in the example:
VAR 246:#,F,N,P,Q
Also some other objects can have more rows of variants as you can see in this example:
https://imgur.com/a/tXZ5Ssp
And now for this object there will be :
Var 162:#,A,B,D,F,G
Var 181:#,A,C,D,F,G
VAR 325:#
VAR 327:A,B,D,E,G,H,N,P,Q,R
Var 920:#,E,F,H
Is there any way to copy that specific text ?