Posts

Showing posts from January, 2012

Run an Excel macro on any file using drag and drop

Image
Create an Excel macro, put that macro in a .BAS file and then use this script to apply that macro to any Excel file. Here is the VBS file, written in WSCRIPT: if WScript.Arguments.Count < 1 Then     WScript.Echo "Drop file on to me to process."     Wscript.Quit End If MyPath = Left(Wscript.ScriptFullName, Len(Wscript.ScriptFullName) - Len(Wscript.ScriptName)) Set oExcel = CreateObject("Excel.Application") Set oBook = oExcel.Workbooks.Open(Wscript.Arguments.Item(0)) Set oVBC = oBook.VBProject.VBComponents  oVBC.Import(MyPath & "\My Macro.bas")  oBook.Application.Run "Macro1"  WScript.Echo "Done" To make this work, you need to configure Excel properly: Excel -> Options -> Trust Center -> Trust Center options -> Macro Settings TURN ON Trust access to the VBA project object model

How to learn Chinese in 52 weeks without taking class or visiting China

You can learn to speak and read Chinese in 52 weeks without any classes. I did it in 100, but with the full roadmap you can do better. All items here were tested and 100% approved. Step One : Pronounce Like a Pro Chinese has 2 vowel sounds and 2 consonants that English doesn't. Also, it's a tonal language, so there's intonation as a critical part of speech. So what does that mean? It means you need to practice hard core off the bat so you don't sound retarded when speaking or learn bad habits. Spend three months with Pimsleur and go as far as you can. Pimsleur Chinese I * Pimsleur Chinese II * Pimsleur Chinese III This is nonstop listen, speak, listen, speak. Do it in your car on the way to work, and follow all instructions. If you walk to work and people see you on the street, they will think you are homeless and crazy talking to yourself. If that makes you uncomfortable, you will fail. Within six months, your pronunciation (but not vocabulary) will exceed ev