View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
arlen andrews arlen andrews is offline
external usenet poster
 
Posts: 2
Default Inserting worksheet calculations into macros

I need to automate a macro to use calculated cell addresses in the macro (see
present macro)

Sub Macro4()
CELL = "AZ54"
RANGE (CELL).select
End Sub

How can I insert a calculated Cell Address for the AZ54 in the above macro?