![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I seem to have amazing disappearing Excel charts and I need to find
out how to prevent them from disappearing. My process starts in Access. A VBA procedure in Access opens an Excel workbook as a template in the background. Data is plugged into a worksheet named "Data." Then Access calls a macro in the Excel template workbook which changes SERIES formulas for four different charts on four different worksheets. Then the program updates the colors on the bars of the bar charts. Once that's done, Access saves the template as a finished report and makes the workbook visible. The problem is that when the Excel workbook becomes visible the charts are invisible. I can find the frame of the chart but the contents are totally blank. However, when I close the workbook and re-open it the charts are there, and they're perfect. Do I need to run a VBA command like a Refresh or Requery or Repaint or something like that to make the charts appear without having to close and re-open the workbook? Thanks! |
| Ads |
|
#2
|
|||
|
|||
|
Another handy line to put in when updating graphics is
DoEvents put this in after your chart update code. Not saying it will work, but I find it can force graphics to update more often than not. regards Paul On May 1, 2:03*am, septimus > wrote: > I seem to have amazing disappearing Excel charts and I need to find > out how to prevent them from disappearing. > > My process starts in Access. A VBA procedure in Access opens an Excel > workbook as a template in the background. Data is plugged into a > worksheet named "Data." Then Access calls a macro in the Excel > template workbook which changes SERIES formulas for four different > charts on four different worksheets. Then the program updates the > colors on the bars of the bar charts. Once that's done, Access saves > the template as a finished report and makes the workbook visible. > > The problem is that when the Excel workbook becomes visible the charts > are invisible. I can find the frame of the chart but the contents are > totally blank. > > However, when I close the workbook and re-open it the charts are > there, and they're perfect. > > Do I need to run a VBA command like a Refresh or Requery or Repaint or > something like that to make the charts appear without having to close > and re-open the workbook? > > Thanks! |
|
#3
|
|||
|
|||
|
>Do I need to run a VBA command like a Refresh or Requery or Repaint or
>something like that to make the charts appear without having to close >and re-open the workbook? same thing happens to my 2 linked xlsx workbooks.... (1 for chart & 1 for data). It's like two opposite hands, one is "close" for the other to open-view the chart.. quite intriguing.. :-") |
|
#4
|
|||
|
|||
|
Still haven't found a fix for this problem. DoEvents didn't help. Any
other ideas, gang? On May 1, 6:03*am, driller2 > wrote: > >Do I need to run a VBA command like a Refresh or Requery or Repaint or > >something like that to make the charts appear without having to close > >and re-open the workbook? > > same thing happens to my 2 linked xlsx workbooks.... (1 for chart & 1 > for data). > It's like two opposite hands, one is "close" for the other to open-view > the chart.. > quite intriguing.. > > :-") > > -- > driller2 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Charts that are Off-Screen Disappear after update | Paul E[_2_] | Excel Programming | 4 | December 27th 09 09:51 PM |
| My charts disappear when I save to PDF | PabloBlanco | Charts and Charting in Excel | 1 | November 20th 09 10:08 AM |
| why do my column charts disappear | OrgLeadDog | Charts and Charting in Excel | 2 | June 24th 09 04:12 AM |
| why do my column charts disappear | OrgLeadDog | Charts and Charting in Excel | 0 | June 23rd 09 12:12 PM |
| Drawing Objects disappear from charts | Dave | Charts and Charting in Excel | 2 | February 19th 08 05:32 PM |