View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Diarmuid Diarmuid is offline
external usenet poster
 
Posts: 7
Default VBA function wont update in worksheet

Hi, I've created a simple function using VBA to carry out some checks on
figures in a worksheet. It takes some figures from the worksheet to set
ranges and then carries out a comparison, returning a different text message
and setting cell formatting based on the comparison checks. This function is
then entered into each row of the worksheet. The problem I have is that in
order to get the function to update whenever I make changes to the comparison
figure I have to enter each cell where the function is , make a change and
then press the enter key. Pressing F9 does not seem to affect this either.
It may be something simple that I am doing as I am relatively new to
programming on spreadsheets. Any advice would be appreciated.

thanks