Or, how to edit gmail csv-file (which was exported from gmail) with correct way …
Category Archives: Excel
How To Convert Time To Text? — Excel
convert the time in A1 to text.
=TEXT(A1,"hh:mm")
VBA CODE FOR EXCEL
code, which use for macro in excel
Continue reading
HOW TO CREATE MACRO BUTTON IN EXCEL with function PLAY AUDIO
for Excel 2010
Adding Date and Time to an Excel worksheet by one click Excel ( macro )
The following macro will enter the current date and time in the active cell without moving the cursor. The date and time will be entered as a datevalue, meaning that it will not change every time you open the workbook.
Continue reading