clsnyder + excel   131

Enigma in a spreadsheet! Back in the summer of... - William Edwards, Coder
An Enigma cipher machine implemented in an Excel spreadsheet by a non-programmer
excel  from twitter_favs
9 weeks ago by clsnyder
Gcal2Excel
google calendar to excel exporter/converter
calendar  excel  google 
october 2010 by clsnyder
Export excel --> html - How to clean html?
Sub export_To_HTML()
Dim HTML_Ouput
HTML_Output = HTML_Output & "<Table>" & vbCrLf

Open "C:\temp\MyFile.HTML" For Output As #1 'Simply name the file what you want
For HTML_Rows = 1 To ActiveCell.SpecialCells(xlLastCell).Row
HTML_Output = HTML_Output & "<TR>"
For HTML_Cols = 1 To ActiveCell.SpecialCells(xlLastCell).Column
HTML_Output = HTML_Output & "<td>" & Cells(HTML_Rows, HTML_Cols) & "</TD>"
Next
HTML_Output = HTML_Output & "</TR>" & vbCrLf
Next
HTML_Output = HTML_Output & "</Table>"
Print #1, HTML_Output
Close #1
End Sub
Excel 
june 2009 by clsnyder
Excel here: Document Management Using Excel
There were more than a hundred documents (excels, ppts, docs and loads of zipfiles as well) and we had to go through the same along with meetings and conf. calls. During this I have realized that excel can help greatly in processing these documents in an organized way and help in gathering views from multiple parties.
Data  Excel  Documents 
april 2009 by clsnyder
« earlier      

Copy this bookmark:



description:


tags: