Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

Recognizing data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
george - 05 Mar 2008 07:40 GMT
The problem is next I'm imoprting data from a database and this imported
data consists os from a date_time and value. the problem is next, the time
and date field isn't recognized as such and bacause of this my query to
select a specific date range doesn't work ,however when i click on the field
then it's recognized as a date and time field. I realy can't click on every
field to recognize it.
Does anyone know how to help me.
Thx
Gary''s Student - 05 Mar 2008 10:28 GMT
There are two approaches that may help:

1. Use the Import Wizard:
   Data > Inport External Data > Import Data...
   and tell the Wizard that the field is a Date

2. Use a small macro to "click-activate" all the cells at once.  Select the
cells and run:

Sub wake_up()
Set saveit = Selection
For Each r In saveit
   r.Select
   Application.SendKeys "{F2}"
   Application.SendKeys "{ENTER}"
   DoEvents
Next
End Sub

Signature

Gary''s Student - gsnu2007e

> The problem is next I'm imoprting data from a database and this imported
> data consists os from a date_time and value. the problem is next, the time
[quoted text clipped - 4 lines]
> Does anyone know how to help me.
> Thx
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.