Thread: branching macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Branching macros Branching macros is offline
external usenet poster
 
Posts: 1
Default branching macro

I am trying to create a branching macro that tests for certain conditions and
then proceeds to one or more macros that then sub branch to other macros. Is
there any way for a macro to take a relative address, go down one cell, and
test to see if the cell is blank, or contains text or values. And is it
possible to have a macro branch to a new one, do that macro and then return
to the same relative space and continue at that point in the macro function?