View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
PBallia PBallia is offline
external usenet poster
 
Posts: 1
Default GOTO with Macros

Ineed to use the GOTO instruction, but the name to put into the instruction
comes from a resulto of a concatenate function in one cell. Ejem: A1:"HR"
B1:"NOV", C1:"HRNOV"with a concatenate function.
After when I run de Macro I need to use this text "HRNOV" to put it into de
GOTO excel facility.
I don't know how to do this, because in the Macro always keep the first text
that I use when recorded the Macro.