Thread: Userform
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default Userform

Maybe add this to your code.

ActiveCell.Offset(0, 1).Activate

HTH,
Paul

"LaDdIe" wrote in message
...
Hiya,

I've got a user form and coded a command button to change a cell value
what
i'd also like to do is add another two command buttons to move to the next
cell right or the previous cell left to change its value if required also.

Any help is as always very much apriciated.

Repectx

Laddie