Monicasinha
Board Regular
- Joined
- Dec 26, 2022
- Messages
- 51
- Office Version
- 365
- Platform
- Windows
Referrring to another post Changing chart series picture fill based on data point name
In my case, the file will be shared with multiple user across the globe. I therefore cannot reference picture from my local drive.
Can we reference the picture located within the same workbook? I have saved picture as name manager. But unsure how to access it through VBA.
I tried using below code however I am getting the error "Application defined or object defined error"
.UserPicture Range("RedTriangle") & ".PNG"
'where RedTriangle is Name of the picture.
I am stuck. Can you pls help here?
In my case, the file will be shared with multiple user across the globe. I therefore cannot reference picture from my local drive.
Can we reference the picture located within the same workbook? I have saved picture as name manager. But unsure how to access it through VBA.
I tried using below code however I am getting the error "Application defined or object defined error"
.UserPicture Range("RedTriangle") & ".PNG"
'where RedTriangle is Name of the picture.
I am stuck. Can you pls help here?