Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
cmatcovich
Contributor
Contributor

Problems exporting chart on qvd file

Hi all,

I try to use this macro:

sub ExpQVD

          set obj = ActiveDocument.GetSheetObject("CH05")

          obj.ExportEx "TabellaQVD1.qvd", 4

end sub

it works properly if I test it. but it doesn't work if I use it in a button: it creates the qvd file, but it has wrong values!

Thanks

Corrado

0 Replies