Bob Foster New Member Licensed User Longtime User Sep 15, 2013 #1 I would like to insert a picture or image directly into a new Excel workbook. I looked at the Excel library and did not find any mention of images in the library Can anyone point please point me in the right direction Thanks
I would like to insert a picture or image directly into a new Excel workbook. I looked at the Excel library and did not find any mention of images in the library Can anyone point please point me in the right direction Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2013 #2 The Excel library currently doesn't support images. Upvote 0
Bob Foster New Member Licensed User Longtime User Sep 15, 2013 #3 Erel said: The Excel library currently doesn't support images. Click to expand... Thanks Erel Upvote 0
G gpe Member Licensed User Longtime User Sep 15, 2013 #4 Better insert only the links rather than create big xls files Upvote 0
Bob Foster New Member Licensed User Longtime User Sep 15, 2013 #5 gpe said: Better insert only the links rather than create big xls files Click to expand... Thankyou GPE. I have had to go inside Excel and write some VBA code. Not as elegant as it is a 2 stage process but it works. Upvote 0
gpe said: Better insert only the links rather than create big xls files Click to expand... Thankyou GPE. I have had to go inside Excel and write some VBA code. Not as elegant as it is a 2 stage process but it works.
jmon Well-Known Member Licensed User Longtime User Dec 24, 2013 #6 Bob Foster said: Thankyou GPE. I have had to go inside Excel and write some VBA code. Not as elegant as it is a 2 stage process but it works. Click to expand... Hi, Could you explain a bit more what you did to bypass this issue? I am trying to put images to excel too. Thanks. Upvote 0
Bob Foster said: Thankyou GPE. I have had to go inside Excel and write some VBA code. Not as elegant as it is a 2 stage process but it works. Click to expand... Hi, Could you explain a bit more what you did to bypass this issue? I am trying to put images to excel too. Thanks.