I assume you mean the first empty cell to the right of the data.
You didn't specify what cell contains the formula or which row, so I am
assuming the active cell and the value is placed in that row to the first
empty cell after the data.
set rng = cells(activeCell.row,256).end(xlToLeft)(1,2)
rng.value = activecell.Value
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.