Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Everyone,
I am trying to setup a page so that I can import a excel file to my Microsoft Outlook Calendar. I can do it manually, but I am trying to write a routine that will format the page for me. The problem is the time and date. I have a routine that Tom Olgivy wrote for me: Dim cell As Range For Each cell In Range("A1:F10") cell.Value = "'" & cell.Value Next It works for everything except the date and time. The problem is, when it see's the time with a ', it treats it as TEXT. Now, if I manually put in a ' before the time in the formula bar, it will take it??? Then the time can be imported correctly. But, how can I input that little tick ' in a routine to do it automatically without it recognizing it as text??? Thanks.. mv |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Last data entry made time and Date show in each worksheet | Excel Worksheet Functions | |||
XY graph to show date and time | Charts and Charting in Excel | |||
Using Date & Time Custom Cell - Need to show blank! | Excel Discussion (Misc queries) | |||
How to show current date and time | New Users to Excel | |||
How do I format column containing date and time to only show the . | Excel Discussion (Misc queries) |