VBA macro to copy
I want to copy a range of data/blanks in one column of one worksheet to a second worksheet, eliminating any blank rows. Can this be done?
Tom Collins
ExcelExperts.comExcel Consultancy, VBA Consultancy, Training and Tips Call:+442081234832 |
|
Excel / VBA ConsultancyFree Training VideosFree SpreadsheetsExcel / VBA JobsNavigationWho's onlineThere are currently 0 users and 284 guests online.
New Excel Experts
Current Excel / VBA Jobs |
VBA macro to copyI want to copy a range of data/blanks in one column of one worksheet to a second worksheet, eliminating any blank rows. Can this be done? |
Highest Ranked Users
Recent Blogs
ForumsRecent comments
User login |
not sure whether you're
not sure whether you're talking about VBa or Excel functions..
to copy with VBA:
http://excelexperts.com/copy-values-vba
to remove blank rows, just sort the data, blank rows fall to the bottom.
Can I make the following "cell" version to apply to a "range"?
well.. a variant of it will
Sorry this is new to me. I
Sorry this is new to me. I have to keep the order of the results, so the first recommendation I can't use. The CopyRange above does copy to the destination worksheet but does not remove the blank rows in that range...
I'm trying to select a range on the first worksheet and copy it to the second sheet without blank rows.
Should I go back to CopyCell() idea, and have it repeat down the column?
tpc
ok, so once copied over... if