Thank you for this video.. it's so very helpful.. Please I have a question, how do you embed or intert these file to a particular range, cell or position on the excel sheet. And also howmdo we add these files on userforms as well.. Thank you
You can do that by choosing a cell range to embed it in a way that you save a text to excel workbook. For example, sh.Range("C2").Value = Me.Label1.Caption. with reference to the second part of the question, If I may ask, do you want to display the embed object on the UserForm, if so, I will show that in my next tutorial.
Thank you for this video.. it's so very helpful..
Please I have a question, how do you embed or intert these file to a particular range, cell or position on the excel sheet. And also howmdo we add these files on userforms as well..
Thank you
You can do that by choosing a cell range to embed it in a way that you save a text to excel workbook.
For example,
sh.Range("C2").Value = Me.Label1.Caption.
with reference to the second part of the question, If I may ask, do you want to display the embed object on the UserForm, if so, I will show that in my next tutorial.
@@rafitsolutions4533 yeah.. showing the embedded file on userform or still referring it to a particular sheet in the workbook
Thanks, I will work on it.
when i was try to use macros . iam able to add screenshot but unable to attached (embded) file
Did you know that? Please tell me.
error when you cancel the embedding of attachment
I had an error after saving and running the code