English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm using Excel VBA and I wanted to paste some of my code into yahoo questions. However, when I paste it it into the add details part of the question it looks correct, but then when I preview it I see "..." for longer lines of the text. How can I correct this?

Here's an example:

Public Function ErrorVlookup(zlookupvalue, zrange, zColumnIndex, zLogic) As Single
Dim zVar As String

zVar = WorksheetFunction.vlookup(zlookupvalue, zrange, zColumnIndex, zLogic)

If IsError(zVar) Then ErrorVlookup = 0 Else ErrorVlookup = zVar

End Function

2007-03-09 11:14:19 · 3 answers · asked by jcueland 1 in Computers & Internet Programming & Design

3 answers

you cant change that... it is part of the website. If you post it with the "..." when people move their mouse over it they can see the entire code

2007-03-09 11:18:50 · answer #1 · answered by thunderbox666 3 · 0 0

Yahoo truncate the message, rendering it useless.
You may put the text in a file sharing site and link readers to it.

2007-03-10 02:24:10 · answer #2 · answered by unnga 6 · 0 0

maybe cause you're not doing it right.

2007-03-09 19:22:15 · answer #3 · answered by Tito R 1 · 0 1

fedest.com, questions and answers