View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Automatically filling in a formula in a cell

Right-click on the sheet and "View Code".

Any Worksheet_Change event code that could be doing the deed?

If nothing, right-click on the Excel icon left of "File" and "View Code"

Anything in there?


Gord Dibben MS Excel MVP

On Mon, 22 Oct 2007 09:31:01 -0700, Don wrote:

I have a spreadsheet created by someone else that will automatically fill in
a formula in column A when data is entered in column B of the same row. I
need to duplicate that in another spreadsheet and can't figure out how ...
any suggestions?