in reply to Re^4: Win32::OLE Excel AutoFill not working
in thread Win32::OLE Excel AutoFill not working
I generally try to avoid using Selection, usually just create couple of Range objects and call methods/write data using them. OLE interface has quite large call overhead, so minimizing number of operations can significantly speedup your app.
-- Roman
|
|---|