Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I use a for/next loop to preform the same actions to every.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default How do I use a for/next loop to preform the same actions to every.

for each every in selection
do this
next every

--
Don Guillett
SalesAid Software

"Wenoka" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default How do I use a for/next loop to preform the same actions to every.

LOL!

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Don Guillett" wrote in message
...
for each every in selection
do this
next every

--
Don Guillett
SalesAid Software

"Wenoka" wrote in message
...





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 77
Default How do I use a for/next loop to preform the same actions to every.

Hi

That is what a for next loop does by default unless you change something
with conditions within the loop. What are you trying to do?

For i = 1 to 5
msgbox("Hi")
Next i

will do the same thing 5 times in a row.

Ken


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hep with Conditionals actions please. Mark Excel Worksheet Functions 2 February 8th 09 04:02 PM
How do I preform a search Kevin Excel Discussion (Misc queries) 1 February 9th 07 06:33 PM
How do i use a combo box or drop down list to preform a calculatio Martin Zelones Excel Worksheet Functions 1 August 25th 06 07:00 AM
How to perform two actions ? morph000 Excel Worksheet Functions 5 January 22nd 06 02:13 AM
Preform alphabetical sort without formula in cell changing ace Excel Discussion (Misc queries) 1 April 16th 05 01:46 PM


All times are GMT +1. The time now is 03:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"