PC Review


Reply
Thread Tools Rate Thread

I am new to VBE. How can I create a for loop without typing it intothe code.

 
 
dave186@gmail.com
Guest
Posts: n/a
 
      14th Mar 2008
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?
 
Reply With Quote
 
 
 
 
James Snell
Guest
Posts: n/a
 
      14th Mar 2008
You'll be looking for the built in VLookup function then.

You can look up the syntax and examples in Excel help.


"(E-Mail Removed)" wrote:

> 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?
>

 
Reply With Quote
 
John Bundy
Guest
Posts: n/a
 
      14th Mar 2008
If i understand, you want to find the first 70 that occurs in a column? I'm
not sure what you mean by a graphical way, but one way without code is to
just select the column, ctl F and type the number you want to find. If this
isn't what you're looking for, give us a better idea of what you need, who
will use it, and what for and that should help us help you.
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"(E-Mail Removed)" wrote:

> 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?
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      14th Mar 2008
Use Find (Ctrl-F) in Excel with the macro recorder switched on.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



<(E-Mail Removed)> wrote in message
news:b380d342-adb2-4e22-b3fc-(E-Mail Removed)...
> 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?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
code trying to run while typing froggy Microsoft Excel Programming 4 2nd Jun 2009 06:48 PM
How to create a text box for typing information? Eric Microsoft Word Document Management 1 5th Jun 2008 10:35 AM
(Complex) Loop within loop to create worksheets =?Utf-8?B?a2x5c2VsbA==?= Microsoft Excel Programming 1 20th Mar 2007 12:03 AM
Create TextBox and Label loop using code =?Utf-8?B?ZHJld2RhdmlzMQ==?= Microsoft Access VBA Modules 11 7th Sep 2006 04:17 AM
How can I update all data in a form by typing a zip code in the zip code field Kevin Microsoft Access Forms 1 22nd Aug 2003 10:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:40 AM.