christian77
Partner - Specialist
2014-02-27
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Export does not work
Hi, I'm doing a macro to export to qvd and it does not work.
Any suggestions?
Sub Export
ActiveDocuement.UnlockAll
ActiveDocument.ClearAll True
set obj = ActiveDocument.GetSheetObject("Invoices")
obj.ExportEx "Invoices.qvd", 4
end sub
329 Views
4 Replies
ThornOfCrowns
Specialist II
2014-02-27
05:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is your code throwing an error or just not doing anything?
christian77
Partner - Specialist
2014-02-27
05:35 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It opens the macro module and stops there.
In the check line says ***Ready***.
The I beam is blinking at the end of end sub.
System Access is been given to Module Script.
247 Views
christian77
Partner - Specialist
2014-02-27
05:51 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I may have forgoten to check some configuration or something...
Here is the example.
I use 11.2 SR4
247 Views
christian77
Partner - Specialist
2014-02-27
08:27 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Table Boxes are not to export with that code.
Use a Simple table chart.
knock yourself out
247 Views