Hm,
Isnt this problem solved by the following.
(I am using the ActiveCell but any cell referens should do)
The trick here being to just insert a new cell and shift to the right.
Dim myCell As Cell
Dim newValue As String 'Or Whatever
Set myCell = ActiveCell 'Or Whatever
myCell.insert Shift:=xlShiftToRight
myCell = newValue
//Staffan
Hope it's not a problem, but with 65,536 rows you can only carry on for 131,071 seconds : or 2,184 minutes : approx 36 hours until you run out of space with your original data
Thanks a lot Staffan
tried to write the function
Function update_cell()
Dim myCell As Cell
Dim newValue As String 'Or Whatever
Set myCell = ActiveCell 'Or Whatever
myCell.Insert Shift:=xlShiftToRight
myCell = newValue
End Function
but it says user defined type not defined (on line Dim myCell As Cell)
Can you provide final code. Sorry I am new with Excel but got your idea and appreciate a lot!
Paul
Hi
Can share what is not problem for you. I don't
need macro. I need fully automated function
with analyzing of appearence of new data in A1.
Can you HELP please?
Sincerely
Paul