View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
blkane blkane is offline
external usenet poster
 
Posts: 16
Default Goto a dynamic cell address within a macro

My workbook is formula driven and the tables will dynamically expand or
contract with the size of the data. I have a need to move to the next
available row before starting the next subroutine. I have created a formula
that computes the correct cell address but I don't know how to structure a
goto command within the macro to use it.

Can you help?