View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Giorgio Giorgio is offline
external usenet poster
 
Posts: 3
Default how do i type something in a cell using vba?

in a vba code, i use worksheets.()value... to attribute a value to a
variable. is that correct? and how do i actually print something a variable
contains, like eg sum=123 and i want to print 123 in cell A3 in worksheet Raw
of workbook 1.xls. funnily, i cannot get this answer in simple help of
office. a rookie in vba, i must admit! thanks