QWERTY
Nov 8th, 1999, 10:10 AM
Do you have any ideas why this code would not work???
Me.Caption = "Name [" & RecentFileName(Index) & "]"
or
Me.Caption = "Name [" & RecentFileName(Index) & Chr(91)
It doesn't print the last ] thing.
Thanks
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
[This message has been edited by QWERTY (edited 11-08-1999).]
Me.Caption = "Name [" & RecentFileName(Index) & "]"
or
Me.Caption = "Name [" & RecentFileName(Index) & Chr(91)
It doesn't print the last ] thing.
Thanks
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
[This message has been edited by QWERTY (edited 11-08-1999).]