Have .jpg files within excel when using ActiveX Image Control
问题 I have an excel file with several toggle buttons. When a toggle button is on and the "calculate" command button is pressed, my activeX image frame changes. However, I have all these files in the same directory so I'd have to send the file to my employees zipped. Is there anyway to like maybe load them into the excel workbook on a hidden sheet? Thank you 回答1: I think the LoadPicture() function will look for a system file so you don't want that. Add the pictures into images on a worksheet. This