Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Norman Jones -
That worked perfectly! Thanks a ton. JasonK On Thu, 30 Mar 2006 09:30:48 +0100, "Norman Jones" wrote: Hi Jason, Try something like: Dim Rng As Range Set Rng = Cells(Rows.Count, "A").End(xlUp)(2) Rng.Value = x --- Regards, Norman "JasonK" wrote in message .. . TIA - I've got a macro that will find solutions to a math problem. The same macro runs several for/next loops searching for numbers that match criteria for solutions. Most of these loops find multiple solutions. How do I make the numbers go to the next blank cell in a column? Say for example the macro finds 25 and 40 are solutions. In the macro, the solution is temporarily held as variable x. I need 25 to be in say, A1 and 40 to be in A2, etc... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy data when data is detected in another column(s). | Excel Worksheet Functions | |||
Copy last cell with data in column E on one sheet to cell on anoth | Excel Worksheet Functions | |||
Macro to copy data down a column | Excel Programming | |||
Macro Syntax to copy and paste dynamic data based on one column | Excel Programming | |||
How to create a macro to copy data from a column to a row in another worksheet? | Excel Programming |