in reply to Using Win32::OLE and Excel - Tips and Tricks
but that did not work what is wrong? I take this from the VBA in the macro.$Sheet->Range('A17')->Select(); $Sheet->Selection->Copy('A17'); $Sheet->Range('B15')->Select(); $Sheet->ActiveSheet->Paste();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Using Win32::OLE and Excel - Tips and Tricks
by Anonymous Monk on Jan 28, 2008 at 06:13 UTC | |
Re^2: Using Win32::OLE and Excel - Tips and Tricks
by HelenCr (Monk) on Dec 11, 2012 at 19:22 UTC |