View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_244_] mudraker[_244_] is offline
external usenet poster
 
Posts: 1
Default simple problem with values in cells

Joachim

When I tried you code in a brand new sheet all values were entered and
displayed as expected.

Suggest you try this code also in a new book and see if you get the
same results

Also to speed up your code and to shorten the amount of typing you do
you might want remove your code that selects each cell before entering
data into it so your code reads as this

Range("a6").Value = "3.2745"
Range("a7") .Value= "8.9355"
Range("a8").value= "8.9355"

etc


---
Message posted from http://www.ExcelForum.com/