Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
I have used the following code to copy data from one worksheet to another when I do not know the exact range but always start at Range("A1"): Range("A1").CurrentRegion.Copy However, this does not work if one of the columns in between the entire range has no data. How do I copy the entire range if one or more columns in the range contains no data? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() try UsedRange.Copy ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~View and post usenet messages directly from http://www.ExcelForum.com/ ~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Current region emulation | Excel Worksheet Functions | |||
how to fill gaps in Current Region? | Excel Programming | |||
Naming Current Region | Excel Programming | |||
Trying to convert a used range into a current region | Excel Programming |