![]() |
GETTING THE NUMBERS TO POST ONTO THE NEXT LINE
Trying to understand your Q...
You want to copy the values from sheet1 row 2 to sheet2 row 3, as lon as the cell is not 0 -- Message posted from http://www.ExcelForum.com |
GETTING THE NUMBERS TO POST ONTO THE NEXT LINE
Range("A1").Select
Do If IsEmpty(ActiveCell) = False Then ActiveCell.Offset(1, 0).Select End If Loop Until IsEmpty(ActiveCell) = Tru -- Message posted from http://www.ExcelForum.com |
GETTING THE NUMBERS TO POST ONTO THE NEXT LINE
Yes that is correct - I already know how to paste specific cells to specific
cells but I want to list them on the next line omitting any cells from sheet1 that have nothing in them 0 "E_R " wrote in message ... Trying to understand your Q... You want to copy the values from sheet1 row 2 to sheet2 row 3, as long as the cell is not 0? --- Message posted from http://www.ExcelForum.com/ |
All times are GMT +1. The time now is 10:52 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com