Since 7/11/2012 8:02:26 PM, imej-clavier has written 7 articles and participated in 2 conversations. imej-clavier signature:
imej-clavier's articles:
Items(7) /1
To reduce the speed of execution of a program VBAEXCEL322 (3/18/2007 9:30:13 AM) comp.lang.basic.visual.misc Hello, I have made a program which circulates in a range of cells. I would like to reduce the speed of execution. I would like that the selection of the cells don't go so quickly. Is it possible and what must ... JeanMickey
Even or uneven numbers934 (2/11/2007 4:29:31 PM) comp.lang.basic.visual.misc Hello, Is it possible to use or to create a function who gives a result of True or False for even or uneven numbers ? Thank you in advance, Jean-michel ... JeanMickey
code to stop an infinite loop832 (12/29/2006 6:02:29 PM) comp.lang.basic.visual.misc Hello, Could somebody give me the code for Ctrl + Pause or the way to stop with code an infinite loop in a CommandButton. Thank you in advance Jean-michel ... JeanMickey
How works a progress indicator in Visual Basic for Excel329 (10/24/2006 2:27:19 PM) comp.lang.basic.visual.misc Hello, I would like to make progress from 0% to 100% a progression indicator in the same time as the following instruction: Application.Wait(Now + TimeValue(0:00:10)) So, I would like to make progress my ind... JeanMickey