Thread: Macro Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ldyflyr Ldyflyr is offline
external usenet poster
 
Posts: 7
Default Macro Help

Hi:

I have 10 rows of data. I want to cretae a macro and have it loop through
the 10 lines. I think I have to go into Visual Basic and tell it something
like:

for x=10
{macro code}
Next x

But I am not sure of the syntax, or where exatcly it goes in the program.
Can someone help?

Thanks