I've got a spreadsheet which is starting to get a bit big and slow to load/save.
It's got an (identical) graphic logo on each of two dozen sheets, which I suspect is the main reason for this.
So what I'd like to do is just have the logo in an image control on one sheet, and an empty image control on every other sheet, which are filled with the image from the first sheet at startup.
Is that possible? What code would I use? Would it achieve what I want?
Any other solutions? (I've considered copying pasting on load-up, but that way the images would all get saved when the sheet is, thus defeating the purpose. I've also considered loading the image from a file, but adding another file would make deployment a significant hassle, so I'd rather avoid it).
It's got an (identical) graphic logo on each of two dozen sheets, which I suspect is the main reason for this.
So what I'd like to do is just have the logo in an image control on one sheet, and an empty image control on every other sheet, which are filled with the image from the first sheet at startup.
Is that possible? What code would I use? Would it achieve what I want?
Any other solutions? (I've considered copying pasting on load-up, but that way the images would all get saved when the sheet is, thus defeating the purpose. I've also considered loading the image from a file, but adding another file would make deployment a significant hassle, so I'd rather avoid it).