View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
filo666 filo666 is offline
external usenet poster
 
Posts: 265
Default two very simple questions

thanks you all

"Ron Rosenfeld" wrote:

On Mon, 26 Dec 2005 13:18:01 -0800, "filo666"
wrote:


I will point you to the relevant topics in HELP, so you can also learn how to
find answers for other questions:

1. How to get the row number if I'm in Target


Check HELP for the Row property.

2. How to tell Vb if is error then goto next step in the macro
TIA


Look at HELP for the RESUME statement.
--ron