sql server - Excel VBA macro that filters time stamp data which is pulled from a connected SQL table -


i have sheet has connection sql table pulling time stamped records. need filter table week week basis , extract number of elements linked each week range. time stamp in format "yyyy-mm-dd h:mm:ss.sss" , need convert usable variable. have tried every variable type information form able filter it, none work. each time try insert time stamp variable error "run-time error '438': object doesn't support property or method". excel not recognize time stamp usable value (string, date, or double)?

i think struggling 2 issues, per knowledge string best suitable data type timestamp. , error finding due mismatch between versions of applications. since pulling data oracle better use dataset method or use sql addin.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -