Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a problem with saving the differant types of files with extensions like(.xls, .qvd, .pdf, .txt, .ppt) and some are working and some are not working
what i write the macro is like this (seperately for each file)
Sub Text
set obj = ActiveDocument.GetSheetObject("TB07")
obj.ExportBiff "D:\Kumar\New\New.xls"
obj.ExportBiff "D:\Kumar\New\New.qvd"
obj.ExportBiff "D:\Kumar\New\New.pdf"
obj.ExportBiff "D:\Kumar\New\New.txt"
obj.ExportBiff "D:\Kumar\New\New.ppt"
End Sub
In this There is no problem with .xls and .qvd
but comes to .pdf , .txt and .ppt these files are saving exactly in the specified path but
-> pdf file is not opened and it displyes the error like "It is either not a supported file"
->Text file is opened but the actual text is not displyes and it shows the unreadable text
->PowerPoint file is not opened and it shows the error like "Powerpoint can't read the outline from "D:\Kumar\New\New.ppt" . No text converter is installed for this text.
I hope so that You understand my problem
if u know the solution to the above problem what i am getting share with me (URGENT)
With Regards........
Why do you think this should work? Have you tried it before?
Check this for PDF:
http://community.qlik.com/forums/t/20333.aspx
OR: http://community.qlik.com/forums/t/17253.aspx
And check this for the .TXT problem:
http://community.qlik.com/forums/t/20658.aspx
I have no idea if it is possible to save an object to a PPT-files.