Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - Repeating Macros
Repeating Macros
 
   NeoOffice Forum Index -> NeoOffice Releases
View previous topic :: View next topic  
Author Message
cuddles2cc
Blue Pill


Joined: Jan 30, 2008
Posts: 1

PostPosted: Wed Jan 30, 2008 2:19 pm    Post subject: Repeating Macros

I am a (brand) new user to NeoOffice. I would like to repeat my macros. In Word, I could go under "edit macro" and put "For x = 1 to 50" at the beginning of the macro and "next x" at the end and it would repeat the macro 50 times. I can't get this to work here. Can someone help?
Back to top
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Wed Jan 30, 2008 3:30 pm    Post subject:

I don't know why your code is not working, but it would be easier to tell if you could post the whole macro here. I just tried:
Code:
sub temp

for x = 1 to 5
   msgBox("Iteration "&x)
next x

end sub

and it works fine - do you have the sub/end sub in your macro? Maybe the iteration is working but the rest of the code isn't? Smile More info please.

- padmavyuha
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoOffice Releases All times are GMT - 7 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.