assign value to a cell on next column

  • Thread starter Thread starter cesgonzalez
  • Start date Start date
C

cesgonzalez

I´m triying to assign a value to next cell (+ 1 column) of active one,
but doesn´t work in this ways:


Cells(ActiveCell.Row, ActiveCell.Column + 1).Value = "888"

ActiveCell.Offset(0, 1).Value = 2222

some help???

thanks
 
What happens when you do each of these?



I´m triying to assign a value to next cell (+ 1 column) of active one,
but doesn´t work in this ways:

Cells(ActiveCell.Row, ActiveCell.Column + 1).Value = "888"

ActiveCell.Offset(0, 1).Value = 2222

some help???

thanks
 

Ask a Question

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.

Ask a Question

Back
Top