View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JP[_13_] JP[_13_] is offline
external usenet poster
 
Posts: 5
Default Exporting Picture to Gif - VBA to VB.Net

Ok, after messing it around for a little bit, it turns out I declared one of
my variables wrong, causing me to get the error.

Dim chartHolder As Excel.Chart ****WRONG****

it should've been

Dim chartHolder As Excel.ChartObject