Automatically insert multiple pictures in excel under 1 ref
Closed
Mpollet
Posts
1
Registration date
Friday August 1, 2014
Status
Member
Last seen
August 4, 2014
-
Aug 1, 2014 at 10:49 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Aug 5, 2014 at 11:21 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Aug 5, 2014 at 11:21 AM
Related:
- Automatically insert multiple pictures in excel under 1 ref
- Tentacle locker 1 - Download - Adult games
- Fnaf 1 download pc - Download - Horror
- Igi 1 download - Download - Shooters
- Five nights in anime 1 - Download - Adult games
- Poppy playtime chapter 1 download pc - Download - Horror
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Aug 5, 2014 at 11:21 AM
Aug 5, 2014 at 11:21 AM
Hi Manu,
A simple solution could be (to be honest can't think of a better one) to put the file names already in the cells and then increase your WorkArea.
So if A1 = 1234567 , then
B1: = A1 & "front.jpg"
C1: = A1 & "front2.jpg"
D1: = A1 & "front3.jpg"
E1: = A1 & "front4.jpg"
F1: = A1 & "front5.jpg"
G1: = A1 & "back.jpg"
H1: = A1 & "back2.jpg"
etc..
Hope this helps.
Best regards,
Trowa
A simple solution could be (to be honest can't think of a better one) to put the file names already in the cells and then increase your WorkArea.
So if A1 = 1234567 , then
B1: = A1 & "front.jpg"
C1: = A1 & "front2.jpg"
D1: = A1 & "front3.jpg"
E1: = A1 & "front4.jpg"
F1: = A1 & "front5.jpg"
G1: = A1 & "back.jpg"
H1: = A1 & "back2.jpg"
etc..
Hope this helps.
Best regards,
Trowa