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

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -