No announcements
Found 670806 threads
-
1 Votes
vba string inside quotes
Obviously this won't work. But how do I indicate string inside quotes? A = Format(Sheet5.Cells(3, 5), ...Answered | 2 Replies | 3420 Views | Created by siicl - Friday, July 29, 2011 2:39 PM | Last reply by siicl - Friday, July 29, 2011 2:45 PM -
1 Votes
Loop through non-contiguous cells on a worksheet
suznal, something to keep in mind is that the range method can accept a string. just like andy showed with the range values in a string inside ...Answered | 3 Replies | 4928 Views | Created by suznal - Wednesday, April 8, 2009 5:08 PM | Last reply by Jeff - www.SRSoft.us - Thursday, April 9, 2009 2:40 PM -
0 Votes
Passing string variables into SQL Update within VBA in Access2007
; & tblName & "'; COMMIT;" Note: The ' inside the string around the second reference to tblName. You still need the single ...Unanswered | 2 Replies | 5350 Views | Created by ChazN - Wednesday, July 15, 2009 6:45 PM | Last reply by Christopher BVWA - Thursday, July 16, 2009 6:13 PM -
0 Votes
String not inside quotes regex
just the + sign so I can get the proper index value in the string. Without that, I really can't use the regex because even if I did an indexof on the + sign I may be getting the index ...Answered | 5 Replies | 10011 Views | Created by ggsgsd - Friday, August 1, 2008 1:55 PM | Last reply by ggsgsd - Friday, August 1, 2008 5:36 PM -
0 Votes
quotes inside of a string variable
how can I add qoutation marks inside a string for example dim text as string text = "I would like to qoute the next word "like" ...Answered | 3 Replies | 3711 Views | Created by Mitch Wardrop - Monday, November 13, 2006 5:11 PM | Last reply by Bear S_ - Monday, November 13, 2006 6:50 PM -
0 Votes
Placing " inside quotes?
in VB.NET, should be double quotes to include quotes. Example: Dim myString as String = "hello my name is ...Answered | 1 Replies | 3148 Views | Created by Stimpy - Friday, October 20, 2006 4:20 PM | Last reply by ahmedilyas - Friday, October 20, 2006 4:28 PM -
0 Votes
string table and quotes
This is not a VC language question. If you are editing the rc file directly, then it is a Windows question. If you enter the string using the VS resource view, you would not need the ...Answered | 2 Replies | 4220 Views | Created by giuseppe500 - Friday, May 18, 2007 12:02 PM | Last reply by Simple Samples - Sunday, May 20, 2007 5:33 PM -
0 Votes
Double quotes INSIDE strings?
you can double quote inside the string to produce an escape character but why double...why not just use single quotes inside a ...Answered | 5 Replies | 4431 Views | Created by a_WishLine_ - Thursday, May 15, 2008 5:12 PM | Last reply by jo0ls - Saturday, May 17, 2008 8:51 AM -
0 Votes
Double quotes within a string
I am trying to put double quotes inside a string. In the end the string would look like this but my attempt does not work. I beleive it is needed to do ...Answered | 2 Replies | 4208 Views | Created by MSDN_Forums_User - Thursday, November 12, 2009 2:35 PM | Last reply by MSDN_Forums_User - Thursday, November 12, 2009 2:55 PM -
0 Votes
quotes on string
Hi, double the quotes inside the string. Dim s As String = ...Answered | 5 Replies | 706 Views | Created by featrick - Thursday, May 2, 2013 4:35 AM | Last reply by featrick - Thursday, May 2, 2013 5:33 AM -
0 Votes
Quotes in a string
wrong place). When you need to include quotes in a string, you need to double them up. One set of quotes back to back in a ...Answered | 2 Replies | 3218 Views | Created by jimbo101974 - Friday, February 8, 2008 3:11 PM | Last reply by jimbo101974 - Friday, February 8, 2008 3:58 PM -
0 Votes
Double quotes in string
! How can I add double quotes to a string for as example preloaded text in a richtextbox? Under C# it is quite simple; all I have to do is to add a \ in front of the double ...Answered | 5 Replies | 20250 Views | Created by Earl Tut - Sunday, January 6, 2008 6:17 AM | Last reply by tattoo - Sunday, January 6, 2008 8:10 PM -
0 Votes
Quotes in a string
How do you put quotes inside a string? I know it has something to do with the @ symbolAnswered | 3 Replies | 3861 Views | Created by pspballer07 - Sunday, April 15, 2007 1:49 AM | Last reply by Figo Fei - Monday, April 16, 2007 6:19 AM -
2 Votes
Quotes within a string
Seems that you watched the value of Paramater in Debugger windows, where the quotes are doubled inside the strings according to VB rules. It is also a suggestion how to write ...Proposed | 9 Replies | 299 Views | Created by PhilSargeant - Tuesday, June 6, 2017 11:02 PM | Last reply by Fletch Zhou - Wednesday, June 7, 2017 7:41 AM -
0 Votes
Double Quotes in a String?
If my memory serves me correctly (3 double quotes) Dim s as string s = """This is a quoted ...Answered | 2 Replies | 3723 Views | Created by Aabra - Wednesday, June 28, 2006 5:06 AM | Last reply by Aabra - Wednesday, June 28, 2006 5:16 AM -
0 Votes
Send Email from Form based on Query
delimiter for Smith, I need to use 2 double-quotes inside a double-quote delimited String to get one double-quote. Thus for the insistenceAnswered | 7 Replies | 563 Views | Created by MarandaD - Tuesday, August 5, 2014 3:35 PM | Last reply by MarandaD - Thursday, August 7, 2014 11:22 AM -
0 Votes
Pull Quotes from my string
properly handle all your quotes. Furthermore, if this is an effort to thwart SQL injection attacks, you will again benefit from using Parameters. It is possible for a hacker to construct a ...Answered | 4 Replies | 4305 Views | Created by Tryin2Bgood - Thursday, August 24, 2006 5:48 PM | Last reply by Tryin2Bgood - Friday, August 25, 2006 2:59 PM -
0 Votes
Get string between double quotes.
Can someone show me the most simple and effective method to acquire a string between double quotes, for example Hello, how "are you" today? ...Answered | 4 Replies | 15261 Views | Created by w1z8yte - Saturday, September 19, 2009 10:33 PM | Last reply by w1z8yte - Saturday, September 19, 2009 11:36 PM -
2 Votes
replace double quotes in string
Hi, Andy ONeills version is perfect as long you have always exactly the same string structure. Like ...Answered | 5 Replies | 545 Views | Created by SharePointGuy123 - Thursday, June 9, 2016 3:51 PM | Last reply by David Roller - Thursday, June 9, 2016 5:57 PM -
0 Votes
using Double quotes in ms project VBA
ah i found it double quotes does work, but you have to put them on all quotes so answer is ...Unanswered | 2 Replies | 1050 Views | Created by Philip Monckton - Wednesday, January 29, 2014 11:39 AM | Last reply by Philip Monckton - Wednesday, January 29, 2014 11:49 AM - Items 1 to 20 of 670806 Next ›
No announcements