Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am using the following code to replace old data with new. Set objRange1 = Application.Workbooks("Analysis.xls").Worksheets(" Data").Range("B2").EntireColumn Set ObjRange2 = Application.Workbooks("Analysis.xls").Worksheets(" Data").Range("C2").EntireColumn objRange1.TextToColumns ObjRange2, , , , , , True The problem is, unless I do a manual delete on "ObjRange2" then I get the prompt, "Do you want to replace the contents of the destination cells?" I always want to replace and to do programatically. I am using Excel 2000 and Windows 2000. Thanks, Duane |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste contents, but keep formula of destination | Excel Discussion (Misc queries) | |||
Paste data to cell and keep destination font and size | New Users to Excel | |||
How can I Import picture contents into Excell cell array numbers? | Excel Worksheet Functions | |||
How can I Import picture contents into Excell cell array numbers? | Excel Worksheet Functions | |||
Copying format to a new cell, w/o overwriting destination cell contents | Excel Discussion (Misc queries) |