Picture links not refreshing/appearing

Rusty315

Board Regular
Joined
Sep 13, 2012
Messages
54
Hi all

Using Excel 2007, I've created an interactive chart using picture links where a user can bring up any one of a range of charts by selecting which one they'd like to see from a combo box. The combo box relies on a CHOOSE formula to do this with each of the charts sitting within a named range on a different sheet.

The problem I have is that when I close and reopen the file, the pictures are blank. I can only refresh them if I go to the sheet and enter the range names to highlight each individual range. With 30 charts to look at, this is very time consuming and, frankly, my managing director will not do this each time he wants to use the interactive chart.

I found a bit of VB that is meant to refresh the links upon opening the file but I tried it and it didn't work. I'm not familiar with VB anyway so I'm not sure what the problem was. This is the whole script:

Sub Rectangle2_Click()
Sheets(“charts”).Select
Application.Goto Reference:=”CHART1″
Application.Goto Reference:=”CHART2″
Application.Goto Reference:=”CHART3″
Sheets(“OUTPUT”).Select
Sheets(“charts”).Select
ActiveWindow.SelectedSheets.Visible = False End Sub



Has anyone encountered a similar problem? If so, how did you overcome it?

Would appreciate any help anyone can give me.

Thanks!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,215,966
Messages
6,127,972
Members
449,414
Latest member
sameri

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top