Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "ImpulseBlue" wrote in message ups.com... Hope this helps: vntTemp = Sheet1.Range("F6") Sheet1.Range("F6").ClearContents 'Following would move up 1 Sheet1.Range("F6").Offset(-1, 0) = vntTemp Frederick Chow wrote: Hi all, RangeObject.Delete method will delete the existing range and shift the remaining contents upward or leftward. I would like to find some means of clear the content of the range and move the contents (not formats) upward or leftward. Any ideas? Thanks a lot. Frederick Chow Hong Kong. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alternative copy/delete method needed | Excel Discussion (Misc queries) | |||
Delete method of Range class failed | Excel Programming | |||
Delete method | Excel Programming | |||
Delete method of Range class failed - HELP!!! | Excel Programming | |||
Range.delete method | Excel Programming |