Hi guys,
(This is somewhat of a revamped version of a previous question I posted. I had mistaken the RTF formatting as something to do with Collation)
I have a text field(notes) in SQL Server that is storing the data with all of the rtf formats.
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0...
Hello,
I have a text field(notes) in SQL Server that has the Collation set to <database default>. When I query the notes field I get the notes text along with the collation info.
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 MS Shell Dlg 2;}}
\viewkind4\uc1\pard\lang1033\f0\fs17 test comments...
Hey guys,
I am trying to pull a range from an Excel cell and plug it into a SELECT statement in my VBA code. For example, cell A1 has 33,34,35 in it.
Sample Code:
exampleNum = 34
Select Case exampleNum
Case Range("A1").Value
EXanswer = "Yes"
Case Else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.