WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

OLE with Excel
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Cutting and Pasting a Cell in Excel

Keywords:   Cutting and Pasting Cells Excel Range

Question:

I was just wondering how to do this. Is it possible w/o looping?

I know how to copy and paste a cell using, e.g.,

zCells1=EAS.Cells(2, 1)
zCells1.Value = "NAME: %cfile%"
but how about a whole chunk at once!?

Answer:

Try something like:
 
ObjXL= ObjectOpen( "Excel.Application" )
ObjXL.Range("A1:D4") 

Article ID:   W14690
Filename:   Cutting and Pasting a Cell in Excel.txt
File Created: 2011:01:04:11:33:18
Last Updated: 2011:01:04:11:33:18