Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi (especially Hi Tom),
one more question. Is it possible too to define a dynamic lenght of the column? I know exactly that the cell in the very last row of this column is not empty? (I think about "UsedRange.Rows.Count") Thank you in advance Andi Tom Ogilvy schrieb: Dim rng as Range On error resume Next set rng = columns(3).SpecialCells(xlblanks) On Error goto 0 if not rng is nothing then rng.Value = "this is an empty cell" End if -- Regards, Tom Ogilvy "Andreas Aust" wrote in message ... Hi together, I need a macro. I have a column and in this columne there are some empty cells. And in these cells I want fill with an expression like "this is an empty cell". Do you have an idea how I can solve this problem? Thank you in advance! Regards Andi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove fill in text from a cell from an unpopulated fill-in cell | Excel Worksheet Functions | |||
Fill Down Macro | Excel Discussion (Misc queries) | |||
Macro Request: Fill in empty cells with previous Filled cell in column | Excel Worksheet Functions | |||
using a macro for a fill | Excel Programming | |||
Fill Macro | Excel Programming |