View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Looping through a range of cells

Hi Ren

A textbox is not next to any cell, it floats above the spreadsheet on the so
called "drawing layer". So it has no idea what's "next to" because it's
below and it's independent.

Best wishes Harald

"rEN" skrev i melding
...
Hi!

I have six TextBox that I'm looping through and at the same time I need to

change the value of the cell next to the TextBox.

How can I do this?

Many thanks in advance

Ren