As I initially posted this is for quickbuttons...
--since there is no quickbuttons forum.
________
Bmw 303
Search found 11 matches
- Sat Oct 07, 2006 7:45 am
- Forum: Beginners
- Topic: quickbuttons plain text entry
- Replies: 30
- Views: 28481
- Fri Oct 06, 2006 8:27 pm
- Forum: Beginners
- Topic: quickbuttons plain text entry
- Replies: 30
- Views: 28481
example of problem
saving a macro text as:
"document.getElementById"
is output as :
"document.getelementbyid"
totally unacceptable for javascript.....
by resolve, I mean how do I get the output to look like the original CamelCase text used to create the macro ?
________
Amc Hornet History
"document.getElementById"
is output as :
"document.getelementbyid"
totally unacceptable for javascript.....
by resolve, I mean how do I get the output to look like the original CamelCase text used to create the macro ?
________
Amc Hornet History
- Wed Oct 04, 2006 5:47 pm
- Forum: Beginners
- Topic: quickbuttons plain text entry
- Replies: 30
- Views: 28481
quickbuttons plain text entry
Plain text entries are returned in all lower case. Is there a way to resolve this so entries are returned in camel case as created ?
________
Land Rover Lrx Specifications
________
Land Rover Lrx Specifications
- Thu Aug 25, 2005 4:03 am
- Forum: General Discussion
- Topic: Quick Buttons help
- Replies: 1
- Views: 4240
Quick Buttons help
I just deleted a quick button and it wiped out about ten other carefully built buttons with it !
Where are the button commands stored so I can back them up for recovery ?
________
Hino liesse
Where are the button commands stored so I can back them up for recovery ?
________
Hino liesse
- Fri Aug 19, 2005 8:42 pm
- Forum: General Discussion
- Topic: sort clipboard
- Replies: 2
- Views: 5167
sort clipboard
How might I sort the clipboard contents and return the sorted result into the clipbord so I can then paste the result into an active document ?
________
OXYGEN VAPORIZER
________
OXYGEN VAPORIZER
- Wed Aug 10, 2005 6:41 am
- Forum: General Discussion
- Topic: pass an argument into macro
- Replies: 1
- Views: 3758
pass an argument into macro
if I try to call a mocro like:
C:\Program Files\Macro Scheduler\msched.exe
How can I pick up that argument in the macro for use by vbscript ?
________
MAINE MEDICAL MARIJUANA DISPENSARY
C:\Program Files\Macro Scheduler\msched.exe
How can I pick up that argument in the macro for use by vbscript ?
________
MAINE MEDICAL MARIJUANA DISPENSARY
- Sat Aug 06, 2005 3:11 am
- Forum: Beginners
- Topic: vb "mid" function throws an error
- Replies: 4
- Views: 7330
i beleive the error can be fixed by changing the "For" line of code to:
For i= 1 to vlenLine
________
ESSENTIAL VAAAPP VAPORIZER
For i= 1 to vlenLine
________
ESSENTIAL VAAAPP VAPORIZER
- Fri Aug 05, 2005 7:43 pm
- Forum: Beginners
- Topic: vb "mid" function throws an error
- Replies: 4
- Views: 7330
still getting error
It still throws an error on the mid function: ========================= VBSTART Function GetWhiteSpace (vLine) Dim i Dim vChar Dim vWhitespace Dim vlenLine vWhitespace=0 i=0 vlenLine = Len(vLine) For i= 0 to vlenLine vChar = mid(vLine,i,1) If vChar = " " then vWhitespace = vWhitespace + 1 If vChar n...
- Fri Aug 05, 2005 8:35 am
- Forum: Beginners
- Topic: vb "mid" function throws an error
- Replies: 4
- Views: 7330
vb "mid" function throws an error
error thrown on mid function for this macro - which is supposed to find the leading whitespce for line in clipboard. VBSTART Function GetWhiteSpace (vLine) Dim i Dim vChar Dim vWhitespace Dim vlenLine vWhitespace=0 i=0 vlenLine = Len(vLine) For i= 0 to vlenLine vChar = mid(vLine,i,1) If vChar = " " ...
- Fri Aug 05, 2005 4:58 am
- Forum: Beginners
- Topic: How to do this basic task
- Replies: 3
- Views: 6440
that worked great.
another question if I may:
how to assign contents of clipboard to a variable so macro can act on the string ?
________
Colorado dispensaries
another question if I may:
how to assign contents of clipboard to a variable so macro can act on the string ?
________
Colorado dispensaries
- Thu Aug 04, 2005 10:10 pm
- Forum: Beginners
- Topic: How to do this basic task
- Replies: 3
- Views: 6440
How to do this basic task
Just beginnning,
I would like to have a macro that when run from the quick launch adds some text to currnet open document, say in notepad.
Can this be done ?
________
Dragstar
I would like to have a macro that when run from the quick launch adds some text to currnet open document, say in notepad.
Can this be done ?
________
Dragstar