Hello,
I am using Word 2007 and I need to make the words/text inside my document turned upside down (mirror image). I am using this in mail merge.
If this is not possible in MS Word, would it be possible in MS Excel?
Thanks for the help.
Balarao
Hi All,
I have a report that needs numbering but I can't seem to find the correct formula or is there a function that counts the report:
e.g.
OLD SINGERS
RANK NAME
1. Springsteen
2. Bowie
3. Plant
4. Idol
NEW SINGERS
RANK NAME
1. Spears...
Dear All,
I have created a ZipCode Class:
Public Class ZipCodeClass
Private mZipTree as TreeView
Public ReadOnly Property ZipCodeTreeView() As TreeView
Get
If mZipCodeTreeView Is Nothing Then
CreateZipTree()
End If
Return...
Hello All,
I'm new in VB.NET and can't seem to figure out how listbox iteration works.
Here's the code:
1 Private Sub ResetPlacement()
2 Dim strSelectedSubject As String
3 Dim dr As DataRow
4 Dim i As Int32
5
6 lbxSubjects.ClearSelected()
7
8 For i = 0 To...
Hello,
I am new in SQL Version 7. I installed in my stand-alone computer a copy of the desktop edition.
How can I attach my database in SQL. I can't see any attach command in the menu unlike the ones I've see in SQL 2000.
Thank you so much for your help...
Balarao
Hello Everybody,
I am still making my random program but this time my ticket stubs is also at random. i.e. I have a ticket numbered:
4000 - 4032
4075 - 4078
4135 - 4205
4313 - 4333
and so on...
Can I make a clipper program to handle random selection of winners using only tickets numbers like...
I just migrated to Windows XP and I am planning to run my Clipper program in that environment, however I keep getting an error whenever I open too many files.
When I am using Windows 98, I just place a shell in my config.sys and everything is ok.
Config.sys
shell=c:\command.com/p/e:1200
How...
I am writing a program for our raffle promo, I inputed all the numbers for the raffle in my DBF and I wrote a DO WHILE program skipping every record in loop to make it look like a random. However, I can't find a Clipper function or command to get out of the loop! How will go about it or is there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.