Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dummie question: compiled language or not? Pin
Dave Kreskowiak3-Feb-09 15:05
mveDave Kreskowiak3-Feb-09 15:05 
GeneralRe: Dummie question: compiled language or not? Pin
Luc Pattyn3-Feb-09 14:23
sitebuilderLuc Pattyn3-Feb-09 14:23 
QuestionPDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 6:19
professionalDominick Marciano3-Feb-09 6:19 
AnswerRe: PDFCreator Problems with Excel Pin
EliottA3-Feb-09 6:27
EliottA3-Feb-09 6:27 
GeneralRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 6:39
professionalDominick Marciano3-Feb-09 6:39 
GeneralRe: PDFCreator Problems with Excel Pin
EliottA3-Feb-09 6:42
EliottA3-Feb-09 6:42 
GeneralRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 7:14
professionalDominick Marciano3-Feb-09 7:14 
AnswerRe: PDFCreator Problems with Excel Pin
Dominick Marciano3-Feb-09 8:00
professionalDominick Marciano3-Feb-09 8:00 
I finally figured it out. The line .cPrinterStop = False starts the printer drives to output the final PDF. What was happening is that unless you stop it again it will only output the last sheet. So after all the processing is done on one workbook you need to add .cPrinterStop = True so the printer will not output anything until all the intermediate PDFs are processed and and the printer is restarted by the .cPrinterStop = False on the next loop. Wish there had been better IntelliSense on this matter but it works now. What a headache.
QuestionWidth and Height of a Character Pin
Hari-Adarapu3-Feb-09 6:06
Hari-Adarapu3-Feb-09 6:06 
AnswerRe: Width and Height of a Character Pin
Dominick Marciano3-Feb-09 6:35
professionalDominick Marciano3-Feb-09 6:35 
GeneralRe: Width and Height of a Character Pin
Hari-Adarapu3-Feb-09 8:49
Hari-Adarapu3-Feb-09 8:49 
GeneralRe: Width and Height of a Character Pin
EliottA3-Feb-09 9:05
EliottA3-Feb-09 9:05 
GeneralRe: Width and Height of a Character Pin
Dominick Marciano3-Feb-09 9:19
professionalDominick Marciano3-Feb-09 9:19 
GeneralRe: Width and Height of a Character Pin
EliottA3-Feb-09 9:24
EliottA3-Feb-09 9:24 
GeneralRe: Width and Height of a Character Pin
0x3c03-Feb-09 9:31
0x3c03-Feb-09 9:31 
AnswerRe: Width and Height of a Character Pin
EliottA3-Feb-09 6:58
EliottA3-Feb-09 6:58 
GeneralRe: Width and Height of a Character Pin
Hari-Adarapu27-Feb-09 19:48
Hari-Adarapu27-Feb-09 19:48 
QuestionHow can I display international characters in a listview? Pin
JUNEYT3-Feb-09 5:40
JUNEYT3-Feb-09 5:40 
AnswerRe: How can I display international characters in a listview? Pin
Rupesh Kumar Swami3-Feb-09 9:26
Rupesh Kumar Swami3-Feb-09 9:26 
QuestionMS Access and VB.Net Pin
vijay24823-Feb-09 1:44
vijay24823-Feb-09 1:44 
AnswerRe: MS Access and VB.Net Pin
ketur patel3-Feb-09 2:03
professionalketur patel3-Feb-09 2:03 
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 2:09
vijay24823-Feb-09 2:09 
AnswerRe: MS Access and VB.Net Pin
Dave Kreskowiak3-Feb-09 2:07
mveDave Kreskowiak3-Feb-09 2:07 
GeneralRe: MS Access and VB.Net Pin
Tom Deketelaere3-Feb-09 3:51
professionalTom Deketelaere3-Feb-09 3:51 
GeneralRe: MS Access and VB.Net Pin
Dave Kreskowiak3-Feb-09 4:03
mveDave Kreskowiak3-Feb-09 4:03 

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.