Welcome to Geekdojo Sign in | Join | Help

Office - VBA (RSS)

Office - VBA

Working with COM Exe in C#

Credit goes to Peter A. Bromberg for this one. In his article, he talks about creating dynamic excel workbooks in C# within an ASP.NET page. What I learnt from the article was how we can properly release a COM object. There are two methods that we are
posted by richardhsu | 4 Comments
Filed Under: ,

An excel based pay-slip generating app

Yesterday (7-Oct-2003), I finished and previewed a mini payroll solution built on Excel/VBA/Word combination.Excel is used as the data store, I used VBA to extract the data and generate a Word Doc containing pay slips.It took maybe about 1-2 hours to
posted by richardhsu | 3 Comments
Filed Under: