Excel Ticker

Excel Ticker

22. August 2010
by Mourad Louha
1 Comment

Create VBA Application Objects by using the Windows API

Someone asked in the German Microsoft Answers Forum, if it is possible to get access to an Excel instance and then execute code from this instance. This gave me the idea to enumerate all open Excel instances by using the … Continue reading

10. August 2010
by Mourad Louha
1 Comment

Read and write Excel and other Office documents with PHP

Sometimes, I also use PHP for implementing features for my websites. A very interesting and professional managed open source class library for reading and writing Excel documents in PHP is the “PHPExcel” project which can be found on CodePlex. For … Continue reading

5. April 2010
by Mourad Louha
0 comments

VBA Add-In for highlighting rows and columns in an Excel sheet

For some time now, I’m evaluating my web server log files with Excel 2010. Yes, there are many other good tools for analyzing logfiles on the market and I’m also using some of them. However, Excel 2010 provides the function … Continue reading

29. March 2010
by Mourad Louha
0 comments

Creating UTF-8 XML files in VBA for use in Adobe Flash

My partner – www.designimsinn.de (German) – and me have recently redesigned and implemented an Adobe Flash based CD for one of our customers. This multilanguage CD (German, English and Russian) contains many external documents to the CD interface and stored … Continue reading