View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dave186@gmail.com is offline
external usenet poster
 
Posts: 1
Default I am new to VBE. How can I create a for loop without typing it intothe code.

Let's say I have a column with the number 1-100. I want to scan thru
each number until I hit the number 70. Is there a graphical way to do
this or must I know how the VBA syntax and type it in the code?