Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Guys
I have a question you may find a bit daft but it has me stumped. I have a macro that finds the data I am looking for and pastes it into a new worksheet ok but what I would like it to do is look along the columns and find the next blank column and paste the data there so that with each paste the macro will paste the new data into the next blank available column. so first past will be in column A, then next paste in column B then next in C and so on I have this code at the moment but all it does is find the same column and over write the data that is already there Dim LastCol As Long LastCol = Sheets("Finds").Range("IV1").End(xlToLeft).Offset( 0, 1).Column Ive searched through all the posts and have found it very very helpful for other things but cant find anything on this Thanks for you help in advance SAMIJLeeds (West Yorkshire, UK) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to find blank cell in column | New Users to Excel | |||
Trying to find the fourth blank cell in a column | Excel Discussion (Misc queries) | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Find 1st blank cell in column & sum to the same row in another col | Excel Worksheet Functions | |||
Find first non-blank or non-zero in a column of data | Excel Discussion (Misc queries) |