pictures disappear

ddoyle67

New Member
Joined
Apr 4, 2013
Messages
46
Office Version
  1. 365
Platform
  1. Windows
I have a workbook that we do our estimates in. Our logo(jpg) is in the upper right hand corner of each page. That space(logo, company header) is locked and the sheet protected. So that space cannot be accidently be changed. Randomly the logo vanishes on all 3 pages. It is placed in the workbook, its not a link. What makes it more strange is it vanishes from multiple workbooks at the same time but not all. The files are stored on our server all in one estimates folder with each estimate having its own subfolder. I have found no way to get them back besides unprotect the sheets and reinsert the logo again and reproctect the sheet.

Any thoughts as to what is happening to the logo? How do I prevent this from continuing to happen?
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
The first thing I would try is to stick in a:

Code:
<code>Application.[B]ScreenRefresh[/B]</code>

after you do the logo.

If that doen't work I'd try a Sleep (API)

Hope this helps
 
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,673
Members
449,116
Latest member
HypnoFant

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