S
shimeel
Hello...
i dont know very much about excel or VB and this may seem very dumb ..
but this is what i need to do ...
i recorded a macro, and in it, i do this .
Range("I11").Select
Selection.End(xlDown).Select
Range("H259").Select
now, column I had entries down to 259, and i went to the cell to th
left of the last entry in 'I' to enter stuff in it.
but, 'I' wont always go down to 259. So, how can i enter stuff in th
cell left of the last entry in 'I' regardless of how many elements i
had
i dont know very much about excel or VB and this may seem very dumb ..
but this is what i need to do ...
i recorded a macro, and in it, i do this .
Range("I11").Select
Selection.End(xlDown).Select
Range("H259").Select
now, column I had entries down to 259, and i went to the cell to th
left of the last entry in 'I' to enter stuff in it.
but, 'I' wont always go down to 259. So, how can i enter stuff in th
cell left of the last entry in 'I' regardless of how many elements i
had