Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are you looking for somethig like this?
Sub test() Dim ff As Integer, timDat As String ff = FreeFile Open "c:\test.txt" For Append As ff timDat = Format(Now, "dd mmm yyyy, hh:mm:ss") Print #ff, timDat Close ff End Sub Dayanand wrote: Hi All, Any body can guide me How to print current data and time to text file in Visual Basic..? Regards Dayanand |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enter text automatically based on current time | Excel Discussion (Misc queries) | |||
updated cell with current time\date if any data in a row has chan | Excel Worksheet Functions | |||
Having the current time inserted w/o updating the current time | Excel Worksheet Functions | |||
Can I automatically enter the current date or current time into a | New Users to Excel | |||
problem working with time data imported from text file | Excel Worksheet Functions |