Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Using quotation marks
Using quotation marks
Resolved · Low Priority · Version 2003
Using quotation marks
Hi,I would need to add a formula that includes quotation marks from vb into a worksheet.
The formula beeing
=VLOOKUP(TEXT(Interface!K34,"????/????"),Odds!$S$1:$T$81,2)
I've tried it in form:
Sheets(1).Cells(35, 11).Value = "=VLOOKUP(TEXT(Interface!K34,"????/????"),Odds!$S$1:$T$81,2)"
but vb doesn't seem to like quotation marks inside other quotation marks. Is there a way of gettibg around this.
Thans for you help in advance,
Juho
For upcoming training course dates see: Pricing & availability
RE: Using quotation marks
Hi JuhoThank you for your question.
Quotes within a string can be done if you double the quotes.
"=VLOOKUP(TEXT(Interface!K34,""????/????""),Odds!$S$1:$T$81,2)"
Regards
Laura GB
|
|
» Forum post: Power Point |



Course updates

