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
Thanks lbass but how can I evaluate for each record? Rank is not included in the database. Also how do I reset on change of status. Could you show me some routine please?
Thanks again for your help...
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...
Hi Chrissie1,
Thank you for responding.
i tried what you suggested "tvwzipcode.nodes(0).count"
An error occurred: Count is not a member of the 'System.Windows.Forms.TreeNode'
What do you mean by trying this code?
I tried using tvwzipcode.Refresh() after get the nodes in the class. Still...
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...
I tried the new "cool string" but the late binding error is still there!
Option Strict On disallows implicit conversion from "String" to "I-dimensional array of Char"
I'm getting nuts over this one!
How hard is it to use a ListBox?
Desperately yours,
Balarao
Thanks Rick.
Only one error left.
the quotes "" in
If sender.GetType Is New String("").ToString.GetType Then
still generates a "late binding" error.
Balarao
Thank you for your prompt response.
Three errors occured:
1 Private Function getValue(ByVal sender As Object) As String
2 If sender.GetType Is New String("").GetType Then
3 Return sender
4 Else
5 Return CType(sender, Data.DataRowView).Item(0)
6 End If
7 End Sub...
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...
Dear JayKusch,
Yes I will try just that! Thank you so much...
What I did was to export my SQL database to MS Access and will try import it to the user's computer. What I'm worried about are the compatibility of both database engine. Will tell you how it goes. Hope this also works.
Thanks...
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.