| Author |
Message |
Topic: VBA vs Autohotkey for M$ Office Automation? |
edu
Replies: 10
Views: 347
|
Forum: General Chat Posted: Sat Apr 26, 2008 7:45 pm Subject: VBA vs Autohotkey for M$ Office Automation? |
I have faced this same question for myself, and here is my opinions:
- Yes, it is better to learn VBA if you're more serious about automating MS Office and even making some money from such experience ... |
Topic: Insterting page breaks into MSWord. |
edu
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Sat Apr 12, 2008 8:04 pm Subject: Insterting page breaks into MSWord. |
You could give more details on what you're doing. As far as I know, AHK cannot create a MS Word file. It can create a file with the extension *.doc, but it is simply a plain text file.
One solution w ... |
Topic: help with some math or data analysis |
edu
Replies: 4
Views: 143
|
Forum: General Chat Posted: Mon Apr 07, 2008 10:35 pm Subject: help with some math or data analysis |
Thank you. I'll take this approach.
Edu |
Topic: help with some math or data analysis |
edu
Replies: 4
Views: 143
|
Forum: General Chat Posted: Mon Apr 07, 2008 7:23 pm Subject: help with some math or data analysis |
| Yes. That is a good insight. I guess I was trying to measure a certain "fidelity" parameter with the number of purchases. Is Bob "my" customer or he is buying mostly from my compet ... |
Topic: help with some math or data analysis |
edu
Replies: 4
Views: 143
|
Forum: General Chat Posted: Mon Apr 07, 2008 5:33 pm Subject: help with some math or data analysis |
How can I determine a fair ranking for customers based both on the total amount of purchases and frequency of purchases
Say I have this list:
Ranking / Name / Purchase $
1 Bob $10,500
2 Joe $9 ... |
Topic: I a looking to get into graphice... Where do I start? |
edu
Replies: 4
Views: 175
|
Forum: General Chat Posted: Mon Apr 07, 2008 5:23 pm Subject: I a looking to get into graphice... Where do I start? |
| I have been very happy with Xara www.xara.com it is very userfriendly, super fast and lots of both worlds of vector graphics and image. and the price is really worth your investment. |
Topic: create a gui depending on the data from 1st gui |
edu
Replies: 5
Views: 432
|
Forum: Ask for Help Posted: Thu Jan 10, 2008 5:08 pm Subject: create a gui depending on the data from 1st gui |
Thanks for your help so far. But I developed this code and I get an error:
Gui, Font, S11 CDefault, Verdana
Gui, Add, Text,, How many boxes for this shipment?
Gui, Add, Edit, vBoxes, 1 ; Input the ... |
Topic: create a gui depending on the data from 1st gui |
edu
Replies: 5
Views: 432
|
Forum: Ask for Help Posted: Thu Jan 10, 2008 1:29 am Subject: create a gui depending on the data from 1st gui |
Good evening, users!
I have these two (prototype) gui scripts:
Gui, Font, S11 CDefault, Verdana
Gui, Add, Text,, How many boxes for this shipment?
Gui, Add, Edit, vBoxes, 1 ; Input the number of ... |
Topic: how to detect or retrieve the default printer? |
edu
Replies: 3
Views: 182
|
Forum: Ask for Help Posted: Fri Jan 04, 2008 8:13 pm Subject: how to detect or retrieve the default printer? |
Thanks, enguneer, I will work on that.
Edu |
Topic: how to detect or retrieve the default printer? |
edu
Replies: 3
Views: 182
|
Forum: Ask for Help Posted: Fri Jan 04, 2008 7:28 pm Subject: how to detect or retrieve the default printer? |
Hello forum,
I would like to improve this script:
#Persistent
SetTimer, printswitch, 5000
return
printswitch:
SetTitleMatchMode, 2
IfWinActive, Purolator,
Run, RUNDLL32 PRINTUI.DLL ... |
Topic: not able to test docs example |
edu
Replies: 3
Views: 135
|
Forum: Ask for Help Posted: Sat Dec 29, 2007 1:04 am Subject: not able to test docs example |
Hi! I copied your code to a new script and I get this message:
Error: Target label does not exist. The current thread will exit.
Specifically: MenuHandler
Line#
002: Menu,FileMenu,Add,&am ... |
Topic: not able to test docs example |
edu
Replies: 3
Views: 135
|
Forum: Ask for Help Posted: Fri Dec 28, 2007 6:59 pm Subject: not able to test docs example |
Hello, I'm finally taking time to read the docs on GUI, and this example gives me an error with this script:
Gui, Menu |
Topic: aligning columns in a text file |
edu
Replies: 6
Views: 247
|
Forum: Ask for Help Posted: Wed Dec 19, 2007 6:37 pm Subject: aligning columns in a text file |
| Hello, forum! I'm challenged with a problem about a plain text file. I prepare spreadsheets in excel and convert them to a space delimited (fixed width) text file so that our accounting program can im ... |
Topic: Put here requests of problems with regular expressions |
edu
Replies: 254
Views: 9422
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 11:54 pm Subject: Put here requests of problems with regular expressions |
My idea is to have a regular expressions that can substitute the . (period) for : (colon) only when it precedes no more two digits. So 8.50 would be 8:50, but 2.007 would remain the same.
Yes, there ... |
Topic: Put here requests of problems with regular expressions |
edu
Replies: 254
Views: 9422
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 8:48 pm Subject: Put here requests of problems with regular expressions |
Hi! It seems like your problem is close to mine. I also can't figure out a regex that can deal with this situation:
I want to change some Bible verses reference styles from . to : that would work lik ... |
| |