Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Date of registration: Feb 21st 2007
Location: Lytham UK
Occupation: OLAP consultant specialising in retail
Quoted
Originally posted by Pommie
I have a macro that uses SetData and it works fine with values but if I try (legitimately) to use it to set an A into a String Element it shows "#VALUE" briefly and does not enter the A.
This post has been edited 1 times, last edit by "h_decker" (Oct 16th 2009, 1:31pm)
Date of registration: Feb 21st 2007
Location: Lytham UK
Occupation: OLAP consultant specialising in retail
Quoted
I have to mention that I still use 2.5.
Doesn't everybody? This post has been edited 1 times, last edit by "Pommie" (Oct 16th 2009, 4:43pm)
Quoted
If IsNumeric(sSourceValue) Then
sSourceValue = sSourceValue
Else
sSourceValue = Chr(34) & sSourceValue & Chr(34)
End If
This post has been edited 1 times, last edit by "h_decker" (Oct 16th 2009, 5:17pm)