Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I hate working with data and times in VBA because it is very clumbsy. I often have to do work around like you are doing. One thing that bothers me is your statement that VBA doesn't recognize time after 24:00. Since any time greater than 24 hoursa should be listed as Jan 2. From my experience what I found is if you declare your varaible as time VBA truncates the time to 24 hours. But is you declare the variables as single or double VBA will not truncate. I often have to switch between variables declared as single and time to get my VBA code to work properly. -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=189062 http://www.thecodecage.com/forumz/chat.php |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - Developer tab - xml import/export functions | Excel Worksheet Functions | |||
Import/export netCDF files to Excel | Excel Discussion (Misc queries) | |||
Add Visual Foxpro 9 DBF import / Export to Excel 2007 | Excel Worksheet Functions | |||
import and export from SQL SERVER to Excel | Excel Programming | |||
import- export XML in excel without loosing XML format | Excel Programming |