View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default How can I use the active cell address as a value

You're going to need to provide more information on what you want. In a
macro, you can use the value

ActiveCell.Address
ActiveCell.Value = "your formula"

Not sure what you want to do so can't give any more detail.
--
HTH,
Barb Reinhardt



"mohavv" wrote:

How can I use the active cell address as a value as a start for a
macro.

I want to fill a certain range in one column with a formula.
This should be the column in which the active cell is positioned.

Any idea?

Cheers,

Harold