Click here to Skip to main content
15,894,740 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. [modified] Pin
janaswamy uday17-Nov-09 6:00
janaswamy uday17-Nov-09 6:00 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
Dave Kreskowiak17-Nov-09 8:31
mveDave Kreskowiak17-Nov-09 8:31 
AnswerRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
Richard MacCutchan17-Nov-09 6:33
mveRichard MacCutchan17-Nov-09 6:33 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
janaswamy uday17-Nov-09 15:37
janaswamy uday17-Nov-09 15:37 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
Dave Kreskowiak17-Nov-09 16:40
mveDave Kreskowiak17-Nov-09 16:40 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
Rudheesh17-Nov-09 18:44
Rudheesh17-Nov-09 18:44 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
Richard MacCutchan17-Nov-09 21:30
mveRichard MacCutchan17-Nov-09 21:30 
GeneralRe: Distingush between OleDate and Double while extract the Contents in Excel. Pin
Dave Kreskowiak18-Nov-09 2:07
mveDave Kreskowiak18-Nov-09 2:07 
Yeah, it IS the correct solution for your situation.

The only REAL solution is to normalize the data ahead of time and make damn sure you do not mix value types in the same data "column". If you're mixing normal Double values and Ole date serial numbers (also represented by a Double value,) in the same "column", you've got a horrible data model that just got you in trouble.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionVariable number of loop nesting Pin
cstrader23217-Nov-09 3:33
cstrader23217-Nov-09 3:33 
AnswerRe: Variable number of loop nesting Pin
Luc Pattyn17-Nov-09 3:51
sitebuilderLuc Pattyn17-Nov-09 3:51 
AnswerRe: Variable number of loop nesting Pin
dan!sh 17-Nov-09 3:57
professional dan!sh 17-Nov-09 3:57 
GeneralRe: Variable number of loop nesting Pin
cstrader23218-Nov-09 0:55
cstrader23218-Nov-09 0:55 
GeneralRe: Variable number of loop nesting Pin
dan!sh 18-Nov-09 3:11
professional dan!sh 18-Nov-09 3:11 
QuestionHow the Windows password at run-time get؟ Pin
Milad.Biroonvand17-Nov-09 3:27
Milad.Biroonvand17-Nov-09 3:27 
QuestionRe: How the Windows password at run-time get؟ Pin
Shameel17-Nov-09 3:50
professionalShameel17-Nov-09 3:50 
AnswerRe: How the Windows password at run-time get؟ Pin
Dave Kreskowiak17-Nov-09 4:09
mveDave Kreskowiak17-Nov-09 4:09 
AnswerRe: How the Windows password at run-time get؟ Pin
The Man from U.N.C.L.E.17-Nov-09 6:30
The Man from U.N.C.L.E.17-Nov-09 6:30 
GeneralRe: How the Windows password at run-time get؟ Pin
Milad.Biroonvand17-Nov-09 18:02
Milad.Biroonvand17-Nov-09 18:02 
AnswerRe: How the Windows password at run-time get؟ Pin
Shameel17-Nov-09 22:17
professionalShameel17-Nov-09 22:17 
GeneralRe: How the Windows password at run-time get؟ Pin
Milad.Biroonvand17-Nov-09 23:47
Milad.Biroonvand17-Nov-09 23:47 
QuestionExcel VBA Pin
veon cheng16-Nov-09 22:33
veon cheng16-Nov-09 22:33 
QuestionDynamic Form Combo Box issue [modified] Pin
Blake Dickson16-Nov-09 16:53
Blake Dickson16-Nov-09 16:53 
AnswerRe: Dynamic Form Combo Box issue Pin
Christian Graus16-Nov-09 18:08
protectorChristian Graus16-Nov-09 18:08 
GeneralRe: Dynamic Form Combo Box issue Pin
Blake Dickson16-Nov-09 18:16
Blake Dickson16-Nov-09 18:16 
GeneralRe: Dynamic Form Combo Box issue Pin
Christian Graus16-Nov-09 18:56
protectorChristian Graus16-Nov-09 18:56 

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.