View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming,alt.comp.lang.vba
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Formulas not filling in without F2+enter

Did you select your range and run Chip's code?

Another option.
Select your range (all the whole worksheet) and

edit|replace
what: = (equal sign)
with: = (equal sign)
replace all



Zachary Harrison wrote:

Thank you for your quick reply, however this has not solved my problem.


--

Dave Peterson