Click here to Skip to main content
16,004,969 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: help on conversion Pin
Dave Kreskowiak31-May-05 6:04
mveDave Kreskowiak31-May-05 6:04 
GeneralRe: help on conversion Pin
Robert Rohde31-May-05 8:14
Robert Rohde31-May-05 8:14 
GeneralRe: help on conversion Pin
Dave Kreskowiak31-May-05 15:52
mveDave Kreskowiak31-May-05 15:52 
GeneralRe: help on conversion Pin
Robert Rohde31-May-05 20:22
Robert Rohde31-May-05 20:22 
GeneralRe: help on conversion Pin
Dave Kreskowiak1-Jun-05 0:27
mveDave Kreskowiak1-Jun-05 0:27 
GeneralRe: help on conversion Pin
Member 19982501-Jun-05 1:47
Member 19982501-Jun-05 1:47 
GeneralRe: help on conversion Pin
Dave Kreskowiak1-Jun-05 1:54
mveDave Kreskowiak1-Jun-05 1:54 
GeneralRe: help on conversion Pin
Member 19982501-Jun-05 2:24
Member 19982501-Jun-05 2:24 
so is there anyway you could help me .i have acrobat 6.0 installed on my system and rom excel , i click on the create pdf to do that but i need to write the macro that can do the batch conversion for me .. i got this from a friend and it gives me activex object not found bla bla bla


The following VB example convert "c:\*.xls" to pdf file, not include file of sub-folder, the conversion result is in "d:\":
dim ConvertCom as object
dim sResult as string
set ConvertCom=CreateObject("czxls2pdf.ConvertApplication")
ConvertCom.Visible=true
sResult=ConvertCom.ConvertFolder("c:\*.xls","d:\",false,"")
if sResult="" then
msgbox "Convert OK!"
else
msgbox "Convert Failure, error reason is" & sResult
end if
set ConvertCom=nothing


what do i do?


GeneralRe: help on conversion Pin
Dave Kreskowiak1-Jun-05 7:32
mveDave Kreskowiak1-Jun-05 7:32 
GeneralRe: help on conversion Pin
Member 19982501-Jun-05 22:09
Member 19982501-Jun-05 22:09 
GeneralRe: help on conversion Pin
Dave Kreskowiak2-Jun-05 2:52
mveDave Kreskowiak2-Jun-05 2:52 
GeneralRe: help on conversion Pin
Member 19982502-Jun-05 21:07
Member 19982502-Jun-05 21:07 
GeneralRe: help on conversion Pin
Dave Kreskowiak3-Jun-05 5:19
mveDave Kreskowiak3-Jun-05 5:19 
GeneralVB.NET Databinding in Master/Detail Win Form Pin
kb4mindia31-May-05 2:17
kb4mindia31-May-05 2:17 
QuestionHow to let the Video keep my size? Pin
rushing31-May-05 1:55
rushing31-May-05 1:55 
AnswerRe: How to let the Video keep my size? Pin
Christian Graus31-May-05 12:01
protectorChristian Graus31-May-05 12:01 
GeneralRe: How to let the Video keep my size? Pin
rushing31-May-05 17:39
rushing31-May-05 17:39 
GeneralRe: How to let the Video keep my size? Pin
Christian Graus31-May-05 17:41
protectorChristian Graus31-May-05 17:41 
GeneralRe: How to let the Video keep my size? Pin
rushing31-May-05 20:02
rushing31-May-05 20:02 
GeneralRe: How to let the Video keep my size? Pin
Christian Graus31-May-05 21:43
protectorChristian Graus31-May-05 21:43 
QuestionHow to create a flat file report Pin
aaleon31-May-05 1:47
aaleon31-May-05 1:47 
AnswerRe: How to create a flat file report Pin
KaptinKrunch31-May-05 19:52
KaptinKrunch31-May-05 19:52 
GeneralTime Pin
ADY00730-May-05 23:32
ADY00730-May-05 23:32 
GeneralRe: Time Pin
toxcct31-May-05 0:35
toxcct31-May-05 0:35 
GeneralRe: Time Pin
Colin Angus Mackay31-May-05 0:37
Colin Angus Mackay31-May-05 0:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.