<t>Apparently there are 3 ways to automate Excel from VC++ - MFC, #import, and C/C++. Although not yet working, Dominics #import method seems to be the quickest option when using a DLL.However, referencing using #import can be a pain.Does anyone know how to activate e.g. "Sheet2" before updating a s...