Hi i have a form where the user enters data i am using the VB toolbox

How can i make this export to a cell such as H8 here is some code i am using for example

VB Code:
  1. dim stockamnt as integer
  2.  stockamnt = Val(TxtNoin.Text) 'textbox to enter stock level
  3.   stockamnt = stockamnt - 1 ' decrease level by one
  4.   TxtPrice.Text = stockamnt 'set textbox value to varible
  5.        ' i need code here to place the value of stockamnt to a cell

Keep the code simple please cos i know little VBA


Thanks all
Sam Lad