View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 487
Default Automatically filling in a formula in a cell

There's no code that could be doing ... at least that I can find. I don't
know what a Worksheet_Change Event is.
--
Don


"Gord Dibben" wrote:

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?