Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Jane from Portbury, nr Bristol (England) again I have Office 2000 and XP I don't know how to edit macros, VB language is a little too much for me - but I can create them, use them and enjoy them. I do lots of editing and often need to repeat keystrokes over and over again, but once the file is finished never use the macro again so I tend to save a macro to the keyboard, call it temp and run it using 2 keystrokes the number of times I want the macro to run. What I would like to be able to do is to run a macro say 5 times or 15 times without hitting the 2 keystrokes the number of times required. Hope this makes sense. I need this to work in Word as well. Thanks xJane |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub hello()
MsgBox ("hello") End Sub Sub times_three() For i = 1 To 3 Call hello Next End Sub times_three calls hello three times -- Gary's Student "JWF" wrote: Hi Jane from Portbury, nr Bristol (England) again I have Office 2000 and XP I don't know how to edit macros, VB language is a little too much for me - but I can create them, use them and enjoy them. I do lots of editing and often need to repeat keystrokes over and over again, but once the file is finished never use the macro again so I tend to save a macro to the keyboard, call it temp and run it using 2 keystrokes the number of times I want the macro to run. What I would like to be able to do is to run a macro say 5 times or 15 times without hitting the 2 keystrokes the number of times required. Hope this makes sense. I need this to work in Word as well. Thanks xJane |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry Gary, this may work but I don't know what to do with it.
xJane "Gary''s Student" wrote: Sub hello() MsgBox ("hello") End Sub Sub times_three() For i = 1 To 3 Call hello Next End Sub times_three calls hello three times -- Gary's Student "JWF" wrote: Hi Jane from Portbury, nr Bristol (England) again I have Office 2000 and XP I don't know how to edit macros, VB language is a little too much for me - but I can create them, use them and enjoy them. I do lots of editing and often need to repeat keystrokes over and over again, but once the file is finished never use the macro again so I tend to save a macro to the keyboard, call it temp and run it using 2 keystrokes the number of times I want the macro to run. What I would like to be able to do is to run a macro say 5 times or 15 times without hitting the 2 keystrokes the number of times required. Hope this makes sense. I need this to work in Word as well. Thanks xJane |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
how to run a macro when a calculation equals a certin number | Excel Worksheet Functions | |||
Counting the number of times someone called in sick | Excel Discussion (Misc queries) | |||
getting a macro to run X amount of times.. | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |