Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sure, but why bother to ask?
-- Regards, Tom Ogilvy "Iceman Solope " wrote in message ... This code works fine Code: -------------------- Sub SearchAndReplace() Range("D1").Select ' or any Cell Selection.End(xlDown).Select 'Goes down to the last Cell with content (also possible with UP) ActiveCell.Offset(1, 0).Range("D1").Select 'Goes one row deeper If ActiveCell.Value = "" Then ActiveCell.Value = "Che perro" End If End Sub -------------------- By the end of this code run, I am on an active cell that is on the last empty cell (the ones that I changed), now I want to go to the first column, in the row where I am. could any know how can I do this? Thnks for ur comment :) David Garcia --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
colum is not found thats missing a column B how to find it | Excel Worksheet Functions | |||
return text value found most frequently in a column | Excel Worksheet Functions | |||
Formula to search for given term, and if not found in column to add it to list | Excel Worksheet Functions | |||
How to find a row since I found a value in a column? see example | Excel Worksheet Functions | |||
Hi-light area based on name found in column A | Excel Programming |