Click here to Skip to main content
15,889,216 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionlistview won't display data populated in vb6 Pin
Dave-1016953130-May-14 6:37
professionalDave-1016953130-May-14 6:37 
AnswerRe: listview won't display data populated in vb6 Pin
Tim Carmichael30-May-14 9:02
Tim Carmichael30-May-14 9:02 
GeneralRe: listview won't display data populated in vb6 Pin
Dave-1016953130-May-14 9:32
professionalDave-1016953130-May-14 9:32 
QuestionImport from SQL table by column Pin
Member 1066669830-May-14 4:38
Member 1066669830-May-14 4:38 
AnswerRe: Import from SQL table by column Pin
Eddy Vluggen30-May-14 10:43
professionalEddy Vluggen30-May-14 10:43 
AnswerRe: Import from SQL table by column Pin
Mycroft Holmes30-May-14 13:01
professionalMycroft Holmes30-May-14 13:01 
GeneralRe: Import from SQL table by column Pin
Member 106666981-Jun-14 22:40
Member 106666981-Jun-14 22:40 
GeneralRe: Import from SQL table by column Pin
Member 106666981-Jun-14 22:59
Member 106666981-Jun-14 22:59 
Hi
runnning performance tests confirms what you suspected: writing to Excel is slow. In the loop I have soemthing on the lines of

ws(row, col) = elem

I have to write to an existing Excel template so CSV is not an option. Perhaps it would be faster to store to an array first and then write everything to Excel. I will test and get back after
GeneralRe: Import from SQL table by column Pin
Mycroft Holmes2-Jun-14 0:53
professionalMycroft Holmes2-Jun-14 0:53 
GeneralRe: Import from SQL table by column Pin
Member 106666982-Jun-14 4:49
Member 106666982-Jun-14 4:49 
GeneralRe: Import from SQL table by column Pin
Eddy Vluggen2-Jun-14 8:23
professionalEddy Vluggen2-Jun-14 8:23 
GeneralRe: Import from SQL table by column Pin
Member 106666982-Jun-14 20:42
Member 106666982-Jun-14 20:42 
QuestionIIf Statement - Different Problem With RDLC Pin
Paramu197329-May-14 15:05
Paramu197329-May-14 15:05 
QuestionActivex code to print pdf files on client machine Pin
Sachin Mehndiratta29-May-14 2:55
Sachin Mehndiratta29-May-14 2:55 
QuestionClose a form at a specific moment Pin
dilkonika28-May-14 6:32
dilkonika28-May-14 6:32 
AnswerRe: Close a form at a specific moment Pin
Eddy Vluggen28-May-14 7:28
professionalEddy Vluggen28-May-14 7:28 
GeneralRe: Close a form at a specific moment Pin
dilkonika28-May-14 8:31
dilkonika28-May-14 8:31 
QuestionRe: Close a form at a specific moment Pin
Eddy Vluggen28-May-14 9:30
professionalEddy Vluggen28-May-14 9:30 
GeneralRe: Close a form at a specific moment Pin
Dave Kreskowiak28-May-14 13:33
mveDave Kreskowiak28-May-14 13:33 
GeneralRe: Close a form at a specific moment Pin
dilkonika29-May-14 6:14
dilkonika29-May-14 6:14 
GeneralRe: Close a form at a specific moment Pin
Dave Kreskowiak29-May-14 13:39
mveDave Kreskowiak29-May-14 13:39 
GeneralRe: Close a form at a specific moment Pin
Eddy Vluggen29-May-14 20:53
professionalEddy Vluggen29-May-14 20:53 
QuestionVBscript help - Copying files to a folder Name which changes for every user. Pin
Mohan Subramani28-May-14 1:14
Mohan Subramani28-May-14 1:14 
AnswerRe: VBscript help - Copying files to a folder Name which changes for every user. Pin
Dave Kreskowiak28-May-14 2:32
mveDave Kreskowiak28-May-14 2:32 
QuestionUsing IEnumerator in String arrays Pin
byka27-May-14 5:59
byka27-May-14 5:59 

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.