5 pts.
 Microsoft Excel to VBA
We are working on a spreadsheet that we need to run with VBA. I need a field to hold "". when running it in VBA it gives me 4 to 8 "". How do I get it to just give me 2 ""?

Software/Hardware used:
ASKED: April 14, 2009  3:16 AM
UPDATED: April 24, 2009  5:24 AM

Answer Wiki:
hi! use this: <pre>Hoja1.Cells(1, 1) = Chr(34) & Chr(34)</pre> Using the ASCII code for any character to print. I hope that you serve. I am trying to this code ,but this code is error geting error:424 object requered.
Last Wiki Answer Submitted:  April 24, 2009  5:24 am  by  Pez   15 pts.
All Answer Wiki Contributors:  Pez   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _