|
Basic ExcelApp |
VB 6.0, VBA MS Excel |
3217 since
2/24/2006 10:48:42 PM |
just
some basic coding, for using excel
vba. pretty much it has no edit button, you just fill
out the fields once you reach tothe last box press tab.
ALSO. with the box in the center. click in it and press
enter. I made this program
for a friend, so i dec ...
|
|
Better Synonym Checker |
VB 6.0 |
8873 since
3/19/2002 9:53:43 AM |
Someone
had Posted some code
to use the M$ word synonym Checker. After seeing his
example, I decided that there was a much Better way. So
This is my even Better & faster way of doing this
which keeps word Hidden, and does NOT require the M$ Word
9 Object ...
|
|
quick course of making scriptable program, Like the VBA
(Very Cool!) |
VB 6.0 |
24377 since
2/1/2002 9:23:30 AM |
<p
align="center"><b><font
face="Arial"
color="#000080">Scriptable make everything
possible possible</font></b></p>
<p>Have you ever use the VBA
in Microsoft
Office? Making your application scriptable can enable
it's functions to be ...
|
|
recordset distincts values from different fields |
VB
3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB
5.0, VB 6.0, VBA MS
Access |
7997 since
8/26/2003 10:33:42 AM |
Find
distinct values and sum the results into a diferent field
the difference is you don't have to waste the other
fields!! it will report the last records found
|
|
word spell checker with suggestions |
VB 6.0 |
9743 since
11/26/2002 12:41:59 PM |
A
Word Spell Checker with Suggestions. let you to add custom
dictionaries. very simple.
|
|
2
Finally a shfileop** |
VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB
5.0, VB 6.0, VB Script, ASP (Active Server
Pages) |
13254 since
6/26/2000 5:38:50 PM |
well
are you tired of searching through folders trying to find
files o delete that you dont need and want to delete. Well
finally!!! a program that can delete, copy, paste, and
cut!!!! man all begginers to intermediate i feel should download
this. Please ...
|
|
Making an Spelling Checker with VB and Word Updated |
VB 6.0 |
14530 since
1/23/2001 4:21:14 PM |
One
of Word's most commonly used features is the ability to
check spelling. Word encapusulates this functionality into
two methods: CheckSpelling and GetSpellingSuggestions. The
GetSpellingSuggestions method is memember function of the
Application and ran ...
|
|
Access
- update form controls |
VBA MS Access |
7494 since
9/1/2003 5:18:38 PM |
This
code snippet itterates over open forms in an Access
DB allowing you to easily set properties of controls
programmatically.
|
|
Access
Linked Table Path Correction |
VBA MS Access |
6984 since
9/24/2003 8:50:56 AM |
When
the folder of an access application and its linked table
source changes, this code will modify the linked tables to
comply.
|
|
Accessing
another Powerpoint Presentation |
VBA MS Excel |
7617 since
9/5/2003 11:35:59 AM |
| Did
you have a problem on powerpoint that you need to make the
slide in a portrait orientation instead of landscape? Have
you ever try to access a powerpoint file without opening
it but you can able to run the presentation? Here is the
VBA code inside the ... |