View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default visual basic with Excel- how to move cursor right

ActiveCell.Offset(0,3).Select

"countyworksheetthatfiguressickandvacatio" wrote:

I have a small Excel worksheet for which I have done a very short Visual
Basic program. I am not experienced at VB. Have looked through many books but
can find no answer. Is there a command I can use to move the cursor 3 columns
to the right? This seems to be a very basic thing to do in any spreadsheet,
but the answer eludes me. Any help? Please respond to .
Thanks.