Hi ive got a problem and im not sure how to do this one :(
Im currently working on a dll and wondering on how something would work ?
Public Sub CtsItemsTooltipText**(ByVal MyCustomItemsTooltipString As String)**
** MyCustomColumnsTooltipString = "This will display the Columns section for a Custom database" & vbNewLine & "Ps. Please Remember to click Custom database at the Choose Box"**
I know that wont work. How would i assign a string to that what is equals to?
I know dats just declaring a new string but how can i link both of them ?